From f807657b9908c60113f4edd704c4807132f4bf17 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 12:57:34 +0100 Subject: [PATCH] lutok: remove long_desc. --- srcpkgs/lutok/template | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/srcpkgs/lutok/template b/srcpkgs/lutok/template index 92da2c56ee8..c621b0ad4b5 100644 --- a/srcpkgs/lutok/template +++ b/srcpkgs/lutok/template @@ -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}"