16 lines
346 B
Plaintext
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
|
|
}
|