4243e7ea40bd42f09db57c73a60fc49e pkgmk.conf.patch
-5f4ba23340492548ebf58b0ce7109e69 pkgutils-5.35.6.tar.gz
+d6c14b02ae041bac4544c9cec557ad76 pkgutils-5.36.tar.xz
# Depends on: libarchive
name=pkgutils
-version=5.35.6
-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 \
pkgmk.conf.patch)
build () {
cd $name-$version
patch -p0 -i $SRC/pkgmk.conf.patch
- sed -i -e "s|\--static||g" -e "s|\-static||g" Makefile
make DESTDIR=$PKG install MANDIR=/usr/share/man
}