alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

abuild (291B)


      1 name=x265
      2 version=4.1
      3 release=1
      4 source="https://bitbucket.org/multicoreware/x265_git/downloads/x265_${version}.tar.gz"
      5 build_opt="-DGIT_ARCHETYPE=1 -DCMAKE_POLICY_VERSION_MINIMUM=3.5"
      6 build_dir=x265_${version}/source
      7 
      8 prebuild() {
      9 	sed -r '/cmake_policy.*(0025|0054)/d' -i CMakeLists.txt
     10 }
     11