19 lines
471 B
Plaintext
19 lines
471 B
Plaintext
|
# Description: The Enlightened Sound Daemon
|
|||
|
# URL: http://www.tux.org/~ricdude/EsounD.html
|
|||
|
# Maintainer: Per Lid<69>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
|
|||
|
}
|