opt/arts/Pkgfile

22 lines
495 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: aRts Sound system
# URL: http://www.kde.org
2006-10-18 18:49:30 +02:00
# Maintainer:
2006-02-23 16:26:10 +01:00
# Packager:
# Depends on: glib, qt3, libvorbis, libogg, esound, audiofile, alsa-utils, alsa-oss
name=arts
2006-06-03 05:07:52 +02:00
version=1.5.3
2006-02-23 16:26:10 +01:00
release=1
2006-06-03 05:07:52 +02:00
source=(http://download.kde.org/stable/3.5.3/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
}