lutok: remove long_desc.
This commit is contained in:
parent
76c1d3bf1f
commit
f807657b99
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lutok'
|
||||
pkgname=lutok
|
||||
version=0.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-doxygen"
|
||||
hostmakedepends="pkg-config doxygen"
|
||||
|
@ -12,13 +12,6 @@ license="BSD"
|
|||
homepage="http://code.google.com/p/lutok"
|
||||
distfiles="https://lutok.googlecode.com/files/lutok-$version.tar.gz"
|
||||
checksum=2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5
|
||||
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."
|
||||
|
||||
lutok-devel_package() {
|
||||
depends="lua-devel lutok>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue