1
0
forked from ports/opt
opt/esound/Pkgfile
2005-11-10 00:36:58 +00:00

16 lines
346 B
Plaintext

# Maintainer: Per Lidén <per@fukt.bth.se>
name=esound
version=0.2.36
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/$name-$version.tar.gz \
esound)
build () {
cd $name-$version
./configure --prefix=/usr --with-audiofile
make
make DESTDIR=$PKG install
install -D -m 755 ../esound $PKG/etc/rc.d/esound
}