X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgutils%2FPkgfile;h=8518c337d342c3e0a944ee14eeacb0427784052e;hb=c3125ac24f54c9e5b1c05cf93f65ad1ef914c74d;hp=7160c7be4390c8f642d1fcf26516f5f69984c5f7;hpb=68748c9487fb6c8d6a8c61da527315ccd5ecc944;p=crossrootfs.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 7160c7b..8518c33 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,12 +5,12 @@ # Depends on: libarchive name=pkgutils -version=5.35.1 -release=2 -source=(http://crux.nu/files/$name-$version.tar.gz) +version=5.40 +release=1 +source=(http://crux.nu/files/$name-$version.tar.xz) build () { cd $name-$version - make DESTDIR=$PKG install - sed 's|FLAGS=.*|FLAGS=""|' -i $PKG/etc/pkgmk.conf + make DESTDIR=$PKG MANDIR=/usr/share/man install + sed 's|FLAGS=.*|FLAGS="-O2 -pipe"|' -i $PKG/etc/pkgmk.conf }