# 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=5.12
release=1
source=(http://jw.tks6.net/files/crux/prt-get-$version.tar.gz \
	prt-get.conf prt-get.aliases)

build() {
    cd ${name}-${version}
    ./configure --prefix=/usr
    make
    make DESTDIR=$PKG install

    install -m 644 $SRC/prt-get.conf $PKG/etc/
    install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases
}
