CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Merged changes from noeabi (72cbd18e791bd2edff0e8d23873136187f0cd936)
[crossrootfs.git] / pkgutils / Pkgfile
CommitLineData
6dca1d21
JB
1# Description: A set of utilities to manage software packages
2# URL: http://www.fukt.bsnet.se/~per/pkgutils/
3# Maintainer: CRUX System Team, core-ports at crux dot nu
83e7e2d0 4# Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu
6dca1d21
JB
5# Depends on: libarchive
6
7name=pkgutils
a7e94ed1
JB
8version=5.34.2
9release=1
6dca1d21
JB
10source=(http://crux.nu/files/$name-$version.tar.gz)
11
12build () {
13 cd $name-$version
14 make DESTDIR=$PKG install
15 sed 's|FLAGS=.*|FLAGS=""|' -i $PKG/etc/pkgmk.conf
16}