opt/arts/Pkgfile
2006-02-23 15:26:10 +00:00

22 lines
533 B
Plaintext

# Description: aRts Sound system
# URL: http://www.kde.org
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: glib, qt3, libvorbis, libogg, esound, audiofile, alsa-utils, alsa-oss
name=arts
version=1.5.1
release=1
source=(http://download.kde.org/stable/3.5.1/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
}