CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
man-pages: updated to 4.09
[crossrootfs.git] / pkgutils / Pkgfile
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
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: libarchive
6
7 name=pkgutils
8 version=5.40
9 release=1
10 source=(http://crux.nu/files/$name-$version.tar.xz)
11
12 build () {
13 cd $name-$version
14 make DESTDIR=$PKG MANDIR=/usr/share/man install
15 sed 's|FLAGS=.*|FLAGS="-O2 -pipe"|' -i $PKG/etc/pkgmk.conf
16 }