core/prt-get/Pkgfile

16 lines
398 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
version=0.5.11
release=1
source=(http://jw.tks6.net/files/crux/prt-get-$version.tar.gz)
build() {
cd ${name}-${version}
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}