summaryrefslogtreecommitdiff
path: root/parrot/Pkgfile
diff options
context:
space:
mode:
authorBartlomiej Palmowski <rotwang@crux.org.pl>2012-12-16 22:52:04 +0100
committerBartlomiej Palmowski <rotwang@crux.org.pl>2012-12-16 22:52:04 +0100
commit4b702b3df1453b58266579123a7a964ce3e72567 (patch)
tree597d7e5c0c28557e9f65901009623a5126e04d06 /parrot/Pkgfile
parent4d8ce5a11067a120886e48b3e15fe989629e7e1c (diff)
downloadcontrib-4b702b3df1453b58266579123a7a964ce3e72567.tar.gz
contrib-4b702b3df1453b58266579123a7a964ce3e72567.tar.xz
parrot: new port
Diffstat (limited to 'parrot/Pkgfile')
-rw-r--r--parrot/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/parrot/Pkgfile b/parrot/Pkgfile
new file mode 100644
index 000000000..ce9514606
--- /dev/null
+++ b/parrot/Pkgfile
@@ -0,0 +1,16 @@
+# Description: virtual machine designed to efficiently compile and execute bytecode for dynamic languages
+# URL: http://www.parrot.org
+# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
+# Depends on:
+
+name=parrot
+version=4.6.0
+release=1
+source=(ftp://ftp.$name.org/pub/$name/releases/supported/$version/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ perl ./Configure.pl --prefix=/usr --optimize
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit