CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils: updated to 5.35.5 [FS#69] Synced with upstream
[ports/efikamx-arm.git] / pkgutils / Pkgfile
CommitLineData
650aa655
VM
1# Description: A set of utilities to manage software packages
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
6
7name=pkgutils
4c414453 8version=5.35.5
650aa655
VM
9release=1
10source=(http://crux.nu/files/$name-$version.tar.gz \
11 pkgmk.conf.patch)
12
13build () {
14 cd $name-$version
15 patch -p1 -i $SRC/pkgmk.conf.patch
16 make DESTDIR=$PKG install
17}