1
0
forked from ports/opt
opt/arts/Pkgfile
2005-11-26 21:22:12 +00:00

22 lines
505 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.4.3
release=1
source=(http://download.kde.org/stable/3.4.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
}