summaryrefslogtreecommitdiff
path: root/p5-glib/Pkgfile
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
committerHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
commit1f07d5e6d90c004e1219309a11e8660953be99dc (patch)
treeb0628d7042c02eb6130e649f1a49b755abdf81ed /p5-glib/Pkgfile
parent610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff)
downloadcontrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz
contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'p5-glib/Pkgfile')
-rw-r--r--p5-glib/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/p5-glib/Pkgfile b/p5-glib/Pkgfile
deleted file mode 100644
index 03eae53ae..000000000
--- a/p5-glib/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Perl bindings for glib
-# URL: http://www.gtkperl.org
-# Maintainer: Han Boetes <han@mijncomputer.nl>
-# Depends on: perl
-
-name=p5-glib
-version=1.141
-release=1
-source="http://www.cpan.org/modules/by-module/Glib/Glib-$version.tar.gz"
-
-
-build()
-{
- cd Glib-$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 ||:
-}

Generated by cgit