alicelinux

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

abuild (341B)


      1 name=pkgconf
      2 version=2.5.1
      3 release=1
      4 source="http://distfiles.dereferenced.org/$name/$name-$version.tar.gz"
      5 build_type=configure_build
      6 build_opt="--with-pkg-config-dir=/usr/lib/pkgconfig:/usr/share/pkgconfig
      7 	--with-system-libdir=/lib:/usr/lib
      8 	--with-system-includedir=/usr/include"
      9 
     10 postbuild() {
     11 	ln -sf pkgconf $PKG/usr/bin/pkg-config
     12 }