contrib/p5-pango/Pkgfile

25 lines
561 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
2013-10-14 13:02:12 +02:00
version=1.224
2010-08-18 09:52:47 +02:00
release=1
2011-11-23 10:05:56 +01:00
source=(http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/Pango-$version.tar.gz)
2010-08-18 09:52:47 +02:00
build() {
cd Pango-$version
perl Makefile.PL
2011-11-23 10:05:56 +01:00
2010-08-18 09:52:47 +02:00
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG
2011-11-23 10:05:56 +01:00
2010-08-18 09:52:47 +02:00
find $PKG \
-name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
}