luafilesystem: remove long_desc.
This commit is contained in:
parent
c42a643ad2
commit
e45f5f0eb7
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'luafilesystem'
|
# Template file for 'luafilesystem'
|
||||||
pkgname=luafilesystem
|
pkgname=luafilesystem
|
||||||
version=1.6.2
|
version=1.6.2
|
||||||
revision=2
|
revision=3
|
||||||
makedepends="lua51-devel"
|
makedepends="lua51-devel"
|
||||||
depends="lua51"
|
depends="lua51"
|
||||||
short_desc="File System Library for the Lua Programming Language"
|
short_desc="File System Library for the Lua Programming Language"
|
||||||
@ -10,12 +10,6 @@ license="MIT"
|
|||||||
homepage="http://keplerproject.github.com/luafilesystem"
|
homepage="http://keplerproject.github.com/luafilesystem"
|
||||||
distfiles="https://github.com/downloads/keplerproject/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="https://github.com/downloads/keplerproject/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=4ad16df9958314662a459fec848d233d59313ef4992808a290053c1614532018
|
checksum=4ad16df9958314662a459fec848d233d59313ef4992808a290053c1614532018
|
||||||
long_desc="
|
|
||||||
LuaFileSystem is a Lua library developed to complement the set of functions
|
|
||||||
related to file systems offered by the standard Lua distribution.
|
|
||||||
|
|
||||||
LuaFileSystem offers a portable way to access the underlying directory
|
|
||||||
structure and file attributes."
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} CC="$CC" LUA_INC=${XBPS_CROSS_BASE}/usr/include/lua5.1
|
make ${makejobs} CC="$CC" LUA_INC=${XBPS_CROSS_BASE}/usr/include/lua5.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user