parrot: add missing rdep to -devel; move some files to main pkg.
Close #735
This commit is contained in:
parent
c56625fd4e
commit
e2a80c55da
|
@ -0,0 +1 @@
|
||||||
|
parrot
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'parrot'.
|
# Template build file for 'parrot'.
|
||||||
pkgname=parrot
|
pkgname=parrot
|
||||||
version=6.9.0
|
version=6.9.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --mandir=/usr/share"
|
configure_args="--prefix=/usr --mandir=/usr/share"
|
||||||
short_desc="Virtual machine designed for dynamic languages"
|
short_desc="Virtual machine designed for dynamic languages"
|
||||||
|
@ -15,11 +15,10 @@ checksum=ad5f3723c216675b9ebc2e3d3807d24fd13aa55e1eb3e7ffcad4062e0026f482
|
||||||
|
|
||||||
parrot-devel_package() {
|
parrot-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue