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