# Description: Audacious Player - Your music, your way. No exceptions # URL: http://audacious-media-player.org/ # Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se # Packager: Mattias Hedenskog # Depends on: glib, gtk, libglade, libmcs name=audacious version=2.3 release=1 source=(http://distfiles.atheme.org/$name-$version.tgz) build() { cd $name-$version ./configure --prefix=/usr \ --disable-nls \ --mandir=/usr/man make make -j1 DESTDIR=$PKG install rm -rf $PKG/usr/share/locale rm $PKG/usr/bin/{audacious,audtool} #ln -s audacious2 $PKG/bin/audacious #ln -s audtool $PKG/usr/bin/audtool2 #cp audacious audtool $PKG/usr/bin/ }