19 lines
480 B
Plaintext
19 lines
480 B
Plaintext
# Description: The Enlightened Sound Daemon
|
|
# URL: http://www.tux.org/~ricdude/EsounD.html
|
|
# Maintainer: Per Lidén, core-ports at crux dot nu
|
|
# 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
|
|
}
|