Import of pkgsrc-2014Q1
This commit is contained in:
2
textproc/lua-cjson/DESCR
Normal file
2
textproc/lua-cjson/DESCR
Normal file
@@ -0,0 +1,2 @@
|
||||
Lua CJSON provides JSON support for Lua. It has been tested under Linux,
|
||||
FreeBSD, OSX, Solaris and Windows.
|
||||
25
textproc/lua-cjson/Makefile
Normal file
25
textproc/lua-cjson/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# $NetBSD: Makefile,v 1.1 2014/03/22 13:44:02 imil Exp $
|
||||
|
||||
DISTNAME= lua-cjson-2.1.0
|
||||
PKGNAME= ${LUA_PKGPREFIX}-cjson-2.1.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.kyne.com.au/~mark/software/download/
|
||||
|
||||
MAINTAINER= imil@NetBSD.org
|
||||
HOMEPAGE= http://www.kyne.com.au/~mark/software/lua-cjson.php
|
||||
COMMENT= Lua CJSON provides JSON support for Lua
|
||||
LICENSE= mit
|
||||
|
||||
USE_TOOLS+= gmake
|
||||
|
||||
MAKE_ENV+= LUA_CDIR=${LUA_CDIR}
|
||||
|
||||
INSTALLATION_DIRS= ${LUA_CDIR}
|
||||
|
||||
do-install:
|
||||
${INSTALL_LIB} ${WRKSRC}/cjson.so \
|
||||
${DESTDIR}${PREFIX}/${LUA_CDIR}
|
||||
|
||||
|
||||
.include "../../lang/lua/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
2
textproc/lua-cjson/PLIST
Normal file
2
textproc/lua-cjson/PLIST
Normal file
@@ -0,0 +1,2 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2014/03/22 13:44:02 imil Exp $
|
||||
${LUA_CDIR}/cjson.so
|
||||
5
textproc/lua-cjson/distinfo
Normal file
5
textproc/lua-cjson/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2014/03/22 13:44:02 imil Exp $
|
||||
|
||||
SHA1 (lua-cjson-2.1.0.tar.gz) = 48f5546b28059c68545a7fb76146540df8be266c
|
||||
RMD160 (lua-cjson-2.1.0.tar.gz) = badd55a5a2ec0ec544938ceeb62d1d9e0b6bd175
|
||||
Size (lua-cjson-2.1.0.tar.gz) = 86024 bytes
|
||||
Reference in New Issue
Block a user