CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils: updated to 5.35.6 and removed static build to avoid errors on footprint...
[ports/core-arm.git] / pkgutils / Pkgfile
CommitLineData
9950eb73 1# Description: A set of utilities to manage software packages
fe1e2a07
JB
2# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git
3# Maintainer: CRUX System Team, core-ports at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Depends on: libarchive
9950eb73
JB
6
7name=pkgutils
ab267733 8version=5.35.6
3aafa148 9release=1
d5370f6b
JB
10source=(http://crux.nu/files/$name-$version.tar.gz \
11 pkgmk.conf.patch)
9950eb73
JB
12
13build () {
ab267733
VM
14 cd $name-$version
15 patch -p0 -i $SRC/pkgmk.conf.patch
16 sed -i -e "s|\--static||g" -e "s|\-static||g" Makefile
17 make DESTDIR=$PKG install
9950eb73 18}