contrib/parrot/Pkgfile

18 lines
470 B
Plaintext
Raw Normal View History

2012-12-16 22:52:04 +01:00
# 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
2013-11-03 00:32:06 +01:00
version=5.9.0
2012-12-16 22:52:04 +01:00
release=1
2013-11-03 00:32:06 +01:00
source=(ftp://ftp.$name.org/pub/$name/releases/all/$version/$name-$version.tar.bz2)
2012-12-16 22:52:04 +01:00
build() {
cd $name-$version
perl ./Configure.pl --prefix=/usr --optimize
make
make DESTDIR=$PKG install
}
2012-12-30 16:01:40 +01:00