opt/arts/Pkgfile

22 lines
533 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# 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
2006-03-29 04:08:50 +02:00
version=1.5.2
2006-02-23 16:26:10 +01:00
release=1
2006-03-29 04:08:50 +02:00
source=(http://download.kde.org/stable/3.5.2/src/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-debug \
--enable-final \
--disable-dependency-tracking \
--with-alsa
make
make DESTDIR=$PKG install
}