contrib/p5-cairo/Pkgfile

23 lines
567 B
Plaintext
Raw Normal View History

2007-12-27 12:39:13 +01:00
# Description: Perl bindings for cairo
2018-02-22 08:53:17 +01:00
# URL: http://search.cpan.org/dist/Cairo/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: cairo p5-glib
2007-12-27 12:39:13 +01:00
name=p5-cairo
2019-10-07 11:14:06 +02:00
version=1.107
2011-05-04 11:50:26 +02:00
release=1
2012-12-11 23:21:45 +01:00
source=(http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/Cairo-$version.tar.gz)
2007-12-27 12:39:13 +01:00
build() {
2018-02-22 08:53:17 +01:00
cd Cairo-$version
perl Makefile.PL
2011-05-04 11:50:26 +02:00
2018-02-22 08:53:17 +01:00
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG
2011-05-04 11:50:26 +02:00
2018-02-22 08:53:17 +01:00
find $PKG -name perllocal.pod -o -name "*.bs" -o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
2018-02-22 09:06:17 +01:00
find $PKG -type f -a -perm -u-w | xargs chmod u+w
2007-12-27 12:39:13 +01:00
}