CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
prt-get: updated to 5.19.5
[ports/core-arm.git] / prt-get / Pkgfile
CommitLineData
50c004ab 1# Description: A utility to simplify ports searching/installing
1a4ce1b8
JB
2# URL: http://jw.smts.ch/files/crux/prt-get_quickstart.html
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:
50c004ab
JB
6
7name=prt-get
28581472
VM
8version=5.19.5
9release=2
cd93ca47 10source=(http://crux.nu/files/prt-get-$version.tar.xz
45a2b043 11 prt-get.conf prt-get.aliases)
50c004ab
JB
12
13build() {
d67312dd 14 cd ${name}-${version}
50c004ab 15
c64ae342 16 ./configure --prefix=/usr
d67312dd
VM
17 make
18 make DESTDIR=$PKG install
50c004ab 19
28581472 20 install -m 644 $SRC/prt-get.{conf,aliases} $PKG/etc/
50c004ab 21}