summaryrefslogtreecommitdiffstats
path: root/extra/esound/Pkgfile
blob: 68fc0bb76fb5e097b83a59168b985fe62728240a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Contient le Enlightened Sound Daemon
# URL: http://www.tux.org/~ricdude/EsounD.html
# Maintainer: NuTyX coreteam
# Packager: thierryn1 at hispeed dot ch
# Depends on: audiofile

name=esound
version=0.2.40
release=1
source=(  ftp://ftp.gnome.org/pub/gnome/sources/$name/0.2/$name-$version.tar.bz2)


build() {
	cd $name-$version
	sed -i 's@doc/esound@&-0.2.40@' configure
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/doc
}