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