updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / songanizer / PKGBUILD
blob27213fc852b61559d0e84695037ad55e0aadb71f
1 # Contributor: Arjun Shankar <arjunsha@gmail.com>
2 pkgname=songanizer
3 pkgver=1.0
4 pkgrel=1
5 license=('GPL')
6 pkgdesc="Organizes a directory containing a collection of Ogg Vorbis and MP3 files"
7 depends=('libextractor' 'gettext')
8 source=(ftp://ftp.gnu.org/gnu/$pkgname/v$pkgver/$pkgname-$pkgver.tar.gz)
9 md5sums=('42015f22581e04fca305b096639ae841')
10 url="http://www.gnu.org/software/songanizer/"
12 build() {
13         cd $startdir/src/$pkgname-$pkgver
14         ./configure --prefix=/usr --without-included-gettext
15         make || return 1
16         make prefix=$startdir/pkg/usr install