# esound, ftp://ftp.gnome.org/pub/gnome/sources/esound/

name=esound
version=0.2.38
release=1
source=(ftp://ftp.gnome.org/pub/gnome/platform/2.18/2.18.3/sources/$name-$version.tar.bz2)

build() {
    cd $name-$version
    ./configure \
	--prefix=/usr \
	--mandir=/usr/share/man \
	--infodir=/usr/share/info \
	--with-audiofile
    make
    make DESTDIR=$PKG install
}
