updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / audacious-lts / PKGBUILD
blob658281ae54c0ed3151a09d160ebc96c7c61206ea
1 # Contributor: Maloy <daniel.go.mon@gmail.com>
3 pkgname=audacious-lts
4 pkgver=2.5.4
5 pkgrel=1
6 realname=audacious
7 pkgdesc="Audacious is an advanced audio player based on GTK2"
8 arch=('i686' 'x86_64')
9 url="http://audacious-media-player.org/"
10 license=('GPL3')
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')
21 build() {
22   cd "${srcdir}/${realname}-${pkgver}"
24   ./configure --prefix=/usr --enable-chardet
25   make || return 1
26   make DESTDIR="${pkgdir}" install || return 1