1 # Contributor: Maloy <daniel.go.mon@gmail.com>
7 pkgdesc="Audacious is an advanced audio player based on GTK2"
9 url="http://audacious-media-player.org/"
11 depends=('gtk2' 'libmcs' 'dbus-glib' 'libguess' 'desktop-file-utils' 'hicolor-icon-theme')
12 makedepends=('pkgconfig')
13 provides=("audacious=${pkgver}")
14 conflicts=('audacious')
15 replaces=('audacious')
16 install=audacious-lts.install
17 source=(http://distfiles.atheme.org/${realname}-${pkgver}.tar.gz)
18 md5sums=('e4329571a1887fadfe4aac6f2b302871')
22 cd "${srcdir}/${realname}-${pkgver}"
24 ./configure --prefix=/usr --enable-chardet
26 make DESTDIR="${pkgdir}" install || return 1