core/prt-get/Pkgfile

20 lines
552 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A utility to simplify ports searching/installing
# URL: http://jw.tks6.net/files/crux/prt-get_quickstart.html
# Maintainer: Johannes Winkelmann, jw at tks6 dot net
name=prt-get
2006-04-12 21:16:00 +02:00
version=5.12
release=1
source=(http://jw.tks6.net/files/crux/prt-get-$version.tar.gz \
2006-04-12 21:16:00 +02:00
prt-get.conf prt-get.aliases)
2006-02-23 16:26:10 +01:00
build() {
cd ${name}-${version}
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2006-03-16 21:34:16 +01:00
install -m 644 $SRC/prt-get.conf $PKG/etc/
2006-04-12 21:16:00 +02:00
install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases
2006-02-23 16:26:10 +01:00
}