python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / parrot / template
blob13faedf38a8619d7cdf6a5ce5a80ca67c40dbe4d
1 # Template build file for 'parrot'.
2 pkgname=parrot
3 version=6.9.0
4 revision=4
5 build_style=configure
6 configure_args="--prefix=/usr --mandir=/usr/share/man"
7 short_desc="Virtual machine designed for dynamic languages"
8 maintainer="pancake <pancake@nopcode.org>"
9 homepage="http://www.parrot.org"
10 hostmakedepends="perl"
11 configure_script="perl Configure.pl"
12 license="Artistic"
13 distfiles="ftp://ftp.parrot.org/pub/parrot/releases/supported/${version}/parrot-${version}.tar.bz2"
14 checksum=ad5f3723c216675b9ebc2e3d3807d24fd13aa55e1eb3e7ffcad4062e0026f482
15 nopie=yes
17 nocross="http://build.voidlinux.eu:8010/builders/armv7l_builder/builds/8546/steps/shell_3/logs/stdio"
19 parrot-devel_package() {
20         short_desc+=" - development files"
21         depends="${sourcepkg}>=${version}_${revision}"
22         pkg_install() {
23                 vmove usr/include
24                 vmove "usr/lib/*.a"
25                 vmove "usr/lib/*.so"
26         }