opt/esound/Pkgfile
2006-02-23 15:26:10 +00:00

19 lines
471 B
Plaintext

# Description: The Enlightened Sound Daemon
# URL: http://www.tux.org/~ricdude/EsounD.html
# Maintainer: Per Lidén <per@fukt.bth.se>
# Depends on: audiofile
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
}