X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgutils%2FPkgfile;h=bd75d2ac489b71a2c7495f11630ffef4c03d196a;hb=8d227c9f184c880b0b6a14d7ae718b9bd3aea25d;hp=bc0c646b0197804464fee3fd227cfa161008d673;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index bc0c646..bd75d2a 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,12 +5,12 @@ # Depends on: libarchive name=pkgutils -version=5.34.2 -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 - 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 }