# shntool, http://www.etree.org/shnutils/shntool/

name=shntool
version=3.0.7
release=1
source=(http://www.etree.org/shnutils/$name/dist/src/$name-$version.tar.gz)

build() {
    cd $name-$version
    ./configure \
        --prefix=/usr \
	--mandir=/usr/share/man \
	--infodir=/usr/share/info \
        --disable-nls
    make
    make DESTDIR=$PKG install
}
