slock: updated to 0.9
[namenlos-ports.git] / p5-mp3-info / Pkgfile
blob637328a91ec5b1ed8518c02beedea27c49de2518
1 # Maintainer: Richard Pöttler, richard dot poettler at gmail dot com
2 # Description: Manipulate / fetch info from MP3 audio files
3 # URL: http://search.cpan.org/~daniel/MP3-Info/Info.pm
4 # Depends on: 
6 name=p5-mp3-info
7 version=1.23
8 release=1
9 source=(http://cpan.org/modules/by-module/MP3/MP3-Info-$version.tar.gz)
11 build () {
12         cd MP3-Info-$version
13         perl Makefile.PL
14         make OPTIMIZE="$CFLAGS"
15         make DESTDIR=$PKG install
16         find ${PKG} -name perllocal.pod -delete
17         find ${PKG} -name .packlist -delete
18         find $PKG -type d -empty -delete