X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgutils%2FPkgfile;h=a1213d29f5a1fa57e9bffa1c9576abe337db5305;hb=69672c0bd989d63e66db613717d0061471e77857;hp=60662b80f7e7d48a7500db1499ed49ae1f7fdccc;hpb=f293f17939e53b41a8b1661744774372da802c1b;p=crossrootfs.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 60662b8..a1213d2 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,12 +5,12 @@ # Depends on: libarchive name=pkgutils -version=5.35.2 +version=5.40 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 -mno-unaligned-access"|' -i $PKG/etc/pkgmk.conf + make DESTDIR=$PKG MANDIR=/usr/share/man install + sed 's|FLAGS=.*|FLAGS="-O2 -pipe -mfloat-abi=hard"|' -i $PKG/etc/pkgmk.conf }