lutok: update to 0.2.
This commit is contained in:
parent
2aebe3670b
commit
a905adc613
2 changed files with 7 additions and 10 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'lutok-devel'.
|
# Template file for 'lutok-devel'.
|
||||||
#
|
#
|
||||||
depends="lua-devel lutok"
|
depends="lua-devel lutok>=$version"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'lutok'
|
# Template file for 'lutok'
|
||||||
pkgname=lutok
|
pkgname=lutok
|
||||||
version=0.1
|
version=0.2
|
||||||
homepage="http://code.google.com/p/lutok"
|
revision=1
|
||||||
distfiles="https://lutok.googlecode.com/files/lutok-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-doxygen"
|
configure_args="--with-doxygen"
|
||||||
|
subpackages="lutok-devel"
|
||||||
makedepends="pkg-config doxygen lua-devel"
|
makedepends="pkg-config doxygen lua-devel"
|
||||||
revision=1
|
|
||||||
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"
|
||||||
checksum=ee4226d84fb3032bb8e4c8fa2f5007e795df9656a408729a9a204b955b8d6527
|
homepage="http://code.google.com/p/lutok"
|
||||||
|
distfiles="https://lutok.googlecode.com/files/lutok-$version.tar.gz"
|
||||||
|
checksum=df6f175fdd417ff830ec46509816a40b92fec816de726e815b4ae4f7fea405bd
|
||||||
long_desc="
|
long_desc="
|
||||||
Lutok provides thin C++ wrappers around the Lua C API to ease the interaction
|
Lutok provides thin C++ wrappers around the Lua C API to ease the interaction
|
||||||
between C++ and Lua. These wrappers make intensive use of RAII to prevent
|
between C++ and Lua. These wrappers make intensive use of RAII to prevent
|
||||||
|
@ -18,6 +19,3 @@ long_desc="
|
||||||
exceptions and ensure that the Lua stack is always left untouched in the face
|
exceptions and ensure that the Lua stack is always left untouched in the face
|
||||||
of errors. The library also provides a small subset of miscellaneous utility
|
of errors. The library also provides a small subset of miscellaneous utility
|
||||||
functions built on top of the wrappers."
|
functions built on top of the wrappers."
|
||||||
|
|
||||||
subpackages="lutok-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue