24 lines
955 B
Text
24 lines
955 B
Text
# Template file for 'lutok'
|
|
pkgname=lutok
|
|
version=0.1
|
|
homepage="http://code.google.com/p/lutok"
|
|
distfiles="https://lutok.googlecode.com/files/lutok-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--with-doxygen"
|
|
short_desc="Lightweight C++ API for Lua"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="BSD"
|
|
checksum=ee4226d84fb3032bb8e4c8fa2f5007e795df9656a408729a9a204b955b8d6527
|
|
long_desc="
|
|
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
|
|
resource leakage, expose C++-friendly data types, report errors by means of
|
|
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
|
|
functions built on top of the wrappers."
|
|
|
|
subpackages="lutok-devel"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build doxygen
|
|
Add_dependency build lua-devel
|