wip/lua-lrexlib is now a meta package

This commit is contained in:
Aleksey Cheusov 2009-01-11 10:20:14 +00:00 committed by Thomas Klausner
parent b91a0c7274
commit e0132c8548
4 changed files with 31 additions and 4 deletions

View file

@ -1,3 +1,2 @@
Lrexlib is a binding of three regular expression library APIs
(POSIX, PCRE and Oniguruma) to Lua 5.1.

24
lua-lrexlib/Makefile Normal file
View file

@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.3 2009/01/11 10:20:14 cheusov Exp $
.include "../../wip/lua-lrexlib/Makefile.version"
DISTNAME= lua-lrexlib-${VERSION}
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= cheusov@tut.by
HOMEPAGE= http://luaforge.net/projects/lrexlib
COMMENT= Regexp libraries for Lua programming language
APIs= pcre posix onig
.for i in ${APIs}
DEPENDS+= lua-lrexlib-${i}-${VERSION}:../../wip/lua-lrexlib-${i}
.endfor
META_PACKAGE= yes
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.pkg.mk"

View file

@ -1,10 +1,11 @@
# $NetBSD: Makefile.common,v 1.4 2008/12/27 18:49:57 cheusov Exp $
# $NetBSD: Makefile.common,v 1.5 2009/01/11 10:20:14 cheusov Exp $
# used by wip/lua-lrexlib-posix/Makefile
# used by wip/lua-lrexlib-pcre/Makefile
# used by wip/lua-lrexlib-oniguruma/Makefile
#
.include "../../wip/lua-lrexlib/Makefile.version"
DISTNAME= lrexlib-2.4.0
DISTNAME= lrexlib-${VERSION}
PKGNAME= ${DISTNAME:S/lrexlib/lua-lrexlib-${ENGINE}/}
CATEGORIES= devel
MASTER_SITES= http://luaforge.net/frs/download.php/3599/
@ -16,7 +17,7 @@ HOMEPAGE= http://luaforge.net/projects/lrexlib
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
USE_LIBTOOLS= yes
USE_LIBTOOL= yes
BUILD_TARGET= build_${ENGINE}
TEST_TARGET= test_${ENGINE}

View file

@ -0,0 +1,3 @@
# $NetBSD: Makefile.version,v 1.1 2009/01/11 10:20:14 cheusov Exp $
VERSION=2.4.0