X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=pkgutils%2FPkgfile;h=5c683204b4dc555909ae79622043cb735aab65cc;hb=cce243948693aa4f41e7904b81d683d45a232c85;hp=3035717c7bb2406ec8f1224c2e4b7b1d94ad843e;hpb=6e9ac0e2fa7818bc4cbafd67e2b4652310774ff7;p=crossrootfs.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 3035717..5c68320 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,12 +5,12 @@ # Depends on: libarchive name=pkgutils -version=5.35.6 -release=1 -source=(http://crux.nu/files/$name-$version.tar.gz) +version=5.36 +release=2 +source=(http://crux.nu/files/$name-$version.tar.xz) build () { cd $name-$version - make DESTDIR=$PKG install + make DESTDIR=$PKG MANDIR=/usr/share/man install sed 's|FLAGS=.*|FLAGS="-O2 -pipe -mfloat-abi=hard"|' -i $PKG/etc/pkgmk.conf }