contrib/p5-pango/Pkgfile

23 lines
559 B
Plaintext
Raw Normal View History

2010-08-18 09:52:47 +02:00
# Description: Perl bindings for pango
# URL: http://www.cpan.org/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: pango p5-cairo
name=p5-pango
2011-08-15 17:00:47 +02:00
version=1.222
2010-08-18 09:52:47 +02:00
release=1
source=(http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Pango-$version.tar.gz)
build() {
cd Pango-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG
find $PKG \
-name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
}