CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rc: remove ttyAMA0 from gettys in inittab
[ports/raspberrypi2-arm.git] / prt-get / Pkgfile
CommitLineData
a3d63d0a
JV
1# Description: A utility to simplify ports searching/installing
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:
6
7name=prt-get
8version=5.19
9release=3
10source=(http://crux.nu/files/prt-get-$version.tar.gz
11 prt-get.conf prt-get.aliases)
12
13build() {
14 cd ${name}-${version}
15
16 ./configure --prefix=/usr
17 make
18 make DESTDIR=$PKG install
19
20 install -m 644 $SRC/prt-get.conf $PKG/etc/
21 install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases
22}