luaposix: remove long_desc.
This commit is contained in:
parent
17ede4a890
commit
7cc1ffc89d
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'luaposix'
|
# Template file for 'luaposix'
|
||||||
pkgname=luaposix
|
pkgname=luaposix
|
||||||
version=5.1.15
|
version=5.1.15
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libdir=/usr/lib/lua/5.1 --datadir=/usr/share/lua/5.1"
|
configure_args="--libdir=/usr/lib/lua/5.1 --datadir=/usr/share/lua/5.1"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -13,11 +13,6 @@ license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://luaforge.net/projects/luaposix/"
|
homepage="http://luaforge.net/projects/luaposix/"
|
||||||
distfiles="https://github.com/downloads/rrthomas/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="https://github.com/downloads/rrthomas/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=43a4be3279f42cbfcba6f9ae5218d786246203133d4a73806a53f53f95d6241c
|
checksum=43a4be3279f42cbfcba6f9ae5218d786246203133d4a73806a53f53f95d6241c
|
||||||
long_desc="
|
|
||||||
This is a POSIX library, including curses, for Lua 5.1 and later. It
|
|
||||||
is released under the MIT license, like Lua (see
|
|
||||||
http://www.lua.org/copyright.html; it's basically the same as the BSD
|
|
||||||
license). There is no warranty."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/$pkgname/examples
|
vmkdir usr/share/$pkgname/examples
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue