diff options
author | Bartlomiej Palmowski <rotwang@crux.org.pl> | 2012-12-16 22:52:04 +0100 |
---|---|---|
committer | Bartlomiej Palmowski <rotwang@crux.org.pl> | 2012-12-16 22:52:04 +0100 |
commit | 4b702b3df1453b58266579123a7a964ce3e72567 (patch) | |
tree | 597d7e5c0c28557e9f65901009623a5126e04d06 /parrot/Pkgfile | |
parent | 4d8ce5a11067a120886e48b3e15fe989629e7e1c (diff) | |
download | contrib-4b702b3df1453b58266579123a7a964ce3e72567.tar.gz contrib-4b702b3df1453b58266579123a7a964ce3e72567.tar.xz |
parrot: new port
Diffstat (limited to 'parrot/Pkgfile')
-rw-r--r-- | parrot/Pkgfile | 16 |
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 +} |