contrib/shorten/Pkgfile

21 lines
516 B
Plaintext
Raw Normal View History

2008-10-24 15:27:41 +02:00
# Description: fast, low complexity waveform coder (lossless audio compressor)
# URL: http://www.etree.org/shnutils/shorten/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
2008-10-24 15:27:41 +02:00
# Packager: Ricardo Oliveira, crux at roliveira dot eu
# Depends on:
name=shorten
version=3.6.1
release=1
source=(http://etree.org/shnutils/$name/dist/src/$name-$version.tar.gz)
build() {
cd $name-$version
2008-10-24 15:27:41 +02:00
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install
2008-10-24 15:27:41 +02:00
}