#Maintainer: Milos Spasovic (mfluder) pkgname=kaa-metadata pkgver=0.7.3 pkgrel=1 zenver=54 arch=i486 source=("http://switch.dl.sourceforge.net/sourceforge/freevo/kaa-metadata-0.7.3.tar.gz") sourcetemplate=http://users.zenwalk.org/user-accounts/mfluder/$pkgname/$pkgver/ docs=("authors" "copying" "changelog" "news" "readme" "todo") url=http://doc.freevo.org/2.0/Kaa extradepends=("kaa-base") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "kaa-metadata (media metadata for Python)" "Kaa Metadata is a media metadata retrieval framework. It" "retrieves metadata from mp3, ogg, avi, jpg, tiff and other file" "formats. Among others it thereby parses ID3v2, ID3v1, EXIF, IPTC" "and Vorbis data into an object oriented struture." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }