33 lines
717 B
Text
Executable file
33 lines
717 B
Text
Executable file
APP=audacious
|
|
VERSION=4.0.2
|
|
BUILD=1sml
|
|
HOMEPAGE="http://www.audacious-media-player.org"
|
|
DOWNLOAD=""
|
|
DESC="Lightweight, advanced audio player focused on audio quality"
|
|
REQUIRES="desktop-file-utils unzip hicolor-icon-theme gtk2 "
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $APP-$VERSION
|
|
|
|
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
|
|
cd $APP-$VERSION
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--with-buildstamp='SMLinux' \
|
|
--enable-gtk \
|
|
--disable-qt
|
|
|
|
make
|
|
make install DESTDIR=$PKG
|
|
|
|
cp COPYING $PKGDOCS/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
SHA512SUMS="
|
|
74f65d4e7975357f1492a4169f2c5d710d71f0021851853f47acbd8ea8da9678fca8f0363eeb97072be73129e4676bf76c9adb8fa6db7dbcd0f9ca4113265702 audacious-4.0.2.tar.lz
|
|
"
|