LuaJIT: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 12:55:32 +01:00
parent e45f5f0eb7
commit 17ede4a890
1 changed files with 3 additions and 7 deletions

View File

@ -1,17 +1,13 @@
# Template file for 'LuaJIT'
pkgname=LuaJIT
version=2.0.2
revision=1
revision=2
short_desc="A Just-In-Time Compiler for Lua"
maintainer="pancake <pancake@nopcode.org>"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.luajit.org"
license="MIT"
distfiles="http://luajit.org/download/$pkgname-$version.tar.gz"
checksum=c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38
long_desc="
LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language.
Lua is a powerful, dynamic and light-weight programming language. It may
be embedded or used as a general-purpose, stand-alone language."
do_build() {
make PREFIX=/usr ${makejobs}
@ -23,7 +19,7 @@ do_install() {
}
LuaJIT-devel_package() {
depends="LuaJIT>=${version}"
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include