# Description: aRts Sound system
# URL: http://www.kde.org
# Maintainer:
# Packager: 
# Depends on: glib, qt3, libvorbis, libogg, esound, audiofile, alsa-utils, alsa-oss

name=arts
version=1.5.3
release=1
source=(http://download.kde.org/stable/3.5.3/src/$name-$version.tar.bz2)

build() {
    cd $name-$version
    ./configure	--prefix=/usr \
        --disable-debug \
        --enable-final \
        --disable-dependency-tracking \
        --with-alsa
    make
    make DESTDIR=$PKG install
}