CRUX-ARM : Home

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