CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
prt-get: updated to 5.19.1
[crossrootfs.git] / prt-get / Pkgfile
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
6 name=prt-get
7 version=5.19.1
8 release=1
9 source=(http://crux.nu/files/prt-get-$version.tar.xz
10 prt-get.conf prt-get.aliases)
11
12 build() {
13 cd ${name}-${version}
14
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr
18
19 make
20 make DESTDIR=$PKG install
21
22 install -m 644 $SRC/prt-get.conf $PKG/etc/
23 install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases
24 }