lua51: remove long_desc.
This commit is contained in:
parent
45478fb4ae
commit
c42a643ad2
1 changed files with 2 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue