summaryrefslogtreecommitdiffstats
path: root/extra/p5-cairo/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:29:23 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:29:23 +0200
commitd570a7630026c7ae451a42e7c6e2508232785cad (patch)
treef7f07f12d3fa5f620330e4ce1d7076c295ec6da3 /extra/p5-cairo/Pkgfile
parent8043a52f3fce516bfa46dacb71c50ad16f5f8316 (diff)
downloadnutyx-extra-d570a7630026c7ae451a42e7c6e2508232785cad.tar.gz
nutyx-extra-d570a7630026c7ae451a42e7c6e2508232785cad.tar.bz2
nutyx-extra-d570a7630026c7ae451a42e7c6e2508232785cad.tar.xz
nutyx-extra-d570a7630026c7ae451a42e7c6e2508232785cad.zip
Ajout de p5-cairo#1.060-1
Diffstat (limited to 'extra/p5-cairo/Pkgfile')
-rw-r--r--extra/p5-cairo/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/p5-cairo/Pkgfile b/extra/p5-cairo/Pkgfile
new file mode 100644
index 000000000..6891b9b42
--- /dev/null
+++ b/extra/p5-cairo/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Connecteur perl pour cairo
+# URL: http://www.gtkperl.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: p5-glib, p5-extutils-pkgconfig
+
+name=p5-cairo
+version=1.060
+release=1
+source=(http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Cairo-${version}.tar.gz)
+
+build() {
+ cd Cairo-$version
+ perl Makefile.PL
+ make
+ make DESTDIR=$PKG install
+ find $PKG \
+ -name perllocal.pod \
+ -o -name .packlist | xargs rm
+ find $PKG -empty | xargs rmdir -p ||:
+}