summaryrefslogtreecommitdiff
path: root/p5-xml-twig/Pkgfile
diff options
context:
space:
mode:
authorJames Mills <prologic@daisy.(none)>2006-11-14 09:01:22 +1000
committerJames Mills <prologic@daisy.(none)>2006-11-14 09:01:22 +1000
commit70006e31d25693aa65fc985124ce9babbd3347fc (patch)
treef5d0078562a07b6fe3a22a630ea5310561d9b538 /p5-xml-twig/Pkgfile
parent797dcbebf82a5cee45294314ddd587d3a847932f (diff)
downloadcontrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.gz
contrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.xz
Imported from old-control
Diffstat (limited to 'p5-xml-twig/Pkgfile')
-rw-r--r--p5-xml-twig/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/p5-xml-twig/Pkgfile b/p5-xml-twig/Pkgfile
new file mode 100644
index 000000000..889664c26
--- /dev/null
+++ b/p5-xml-twig/Pkgfile
@@ -0,0 +1,19 @@
+# $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $
+# Description: Perl XML-Twig Library.
+# URL: http://xmltwig.com/xmltwig/
+# Maintainer: James Mills prologic at shortcircuit dot net dot au
+# Packager: James Mills prologic at shortcircuit dot net dot au
+# Depends on:
+
+name=p5-xml-twig
+version=3.22
+release=2
+source=(http://xmltwig.com/xmltwig/XML-Twig-$version.tar.gz)
+
+build() {
+ cd XML-Twig-$version
+ yes | perl Makefile.PL PREFIX=$PKG/usr
+ make && make install
+ find $PKG -name "perllocal.pod" -exec rm {} \;
+ chown -R root:root $PKG
+}

Generated by cgit