lutok: rebuild against lua>=5.2.
This commit is contained in:
parent
962fdc2aac
commit
2a5e5e397d
1 changed files with 6 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'lutok'
|
# Template file for 'lutok'
|
||||||
pkgname=lutok
|
pkgname=lutok
|
||||||
version=0.2
|
version=0.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-doxygen"
|
configure_args="--with-doxygen"
|
||||||
hostmakedepends="pkg-config doxygen"
|
hostmakedepends="pkg-config doxygen"
|
||||||
makedepends="lua-devel"
|
makedepends="lua-devel>=5.2"
|
||||||
short_desc="Lightweight C++ API for Lua"
|
short_desc="Lightweight C++ API for Lua"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -21,11 +21,12 @@ long_desc="
|
||||||
functions built on top of the wrappers."
|
functions built on top of the wrappers."
|
||||||
|
|
||||||
lutok-devel_package() {
|
lutok-devel_package() {
|
||||||
depends="lua-devel lutok>=$version"
|
depends="lua-devel>=5.2 lutok>=$version"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
}
|
}
|
||||||
|
@ -33,6 +34,6 @@ lutok-devel_package() {
|
||||||
|
|
||||||
lutok_package() {
|
lutok_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue