From c42a643ad295c8d7db4f408e487e358c3a271133 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 12:49:54 +0100 Subject: [PATCH] lua51: remove long_desc. --- srcpkgs/lua51/template | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/srcpkgs/lua51/template b/srcpkgs/lua51/template index da935370b7e..f946a8e3578 100644 --- a/srcpkgs/lua51/template +++ b/srcpkgs/lua51/template @@ -1,7 +1,7 @@ # Template file for 'lua51' pkgname=lua51 version=5.1.5 -revision=2 +revision=3 wrksrc="lua-${version}" makedepends="ncurses-devel readline-devel" short_desc="Powerful, fast, lightweight, embeddable scripting language (5.1.x)" @@ -10,13 +10,6 @@ homepage="http://www.lua.org" license="MIT" distfiles="http://www.lua.org/ftp/lua-$version.tar.gz" checksum=2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333 -long_desc=" - Lua combines simple procedural syntax with powerful data description - constructs based on associative arrays and extensible semantics. Lua - is dynamically typed, runs by interpreting bytecode for a register-based - virtual machine, and has automatic memory management with incremental - garbage collection, making it ideal for configuration, scripting, and - rapid prototyping." do_build() { export CFLAGS="$CFLAGS -fPIC" @@ -49,7 +42,7 @@ do_install() { } lua51-devel_package() { - depends="ncurses-devel readline-devel lua51>=${version}" + depends="ncurses-devel readline-devel lua51>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include