PKGBUILDs/extra/python-eyed3/PKGBUILD
2009-10-09 21:23:22 -05:00

23 lines
686 B
Bash

#$Id: PKGBUILD 27244 2009-02-17 09:38:45Z douglas $
#Maintainer: Aaron Griffin <aaron@archlinux.org>
#Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com>
#Contributor: cdhotfire <cdhotfire@gmail.com>
pkgname=python-eyed3
pkgver=0.6.17
pkgrel=1
pkgdesc="A Python module and program for processing information about mp3 files"
arch=(i686 x86_64)
url="http://eyed3.nicfit.net/"
license=('GPL')
depends=('python>=2.5')
source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
options=(!emptydirs)
build() {
cd $startdir/src/eyeD3-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}
md5sums=('7bc175d0eb1e0152753b2aca80df6fde')