2014-12-17 15:28:18 +00:00
|
|
|
# Template build file for 'parrot'.
|
|
|
|
pkgname=parrot
|
|
|
|
version=6.9.0
|
2014-12-19 10:09:09 +00:00
|
|
|
revision=2
|
2014-12-17 15:28:18 +00:00
|
|
|
build_style=configure
|
|
|
|
configure_args="--prefix=/usr --mandir=/usr/share"
|
2014-12-19 00:57:50 +00:00
|
|
|
short_desc="Virtual machine designed for dynamic languages"
|
2014-12-17 15:28:18 +00:00
|
|
|
maintainer="pancake <pancake@nopcode.org>"
|
|
|
|
homepage="http://www.parrot.org"
|
|
|
|
hostmakedepends="perl>=5.20"
|
|
|
|
configure_script="perl Configure.pl"
|
|
|
|
license="Artistic"
|
|
|
|
distfiles="ftp://ftp.parrot.org/pub/parrot/releases/supported/${version}/parrot-${version}.tar.bz2"
|
|
|
|
checksum=ad5f3723c216675b9ebc2e3d3807d24fd13aa55e1eb3e7ffcad4062e0026f482
|
2014-12-18 23:24:54 +00:00
|
|
|
|
2014-12-19 10:13:34 +00:00
|
|
|
nocross="http://build.voidlinux.eu:8010/builders/armv7l_builder/builds/8546/steps/shell_3/logs/stdio"
|
|
|
|
|
2014-12-18 23:24:54 +00:00
|
|
|
parrot-devel_package() {
|
|
|
|
short_desc+=" - development files"
|
2014-12-19 10:09:09 +00:00
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
2014-12-18 23:24:54 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
vmove "usr/lib/*.so"
|
|
|
|
}
|
|
|
|
}
|