Import of pkgsrc-2015Q3
This commit is contained in:
10
x11/lua-keybinder/DESCR
Normal file
10
x11/lua-keybinder/DESCR
Normal file
@@ -0,0 +1,10 @@
|
||||
The Keybinder package contains a library for registering global keyboard
|
||||
shortcuts.
|
||||
Keybinder works with GTK-based applications using the X Window System.
|
||||
|
||||
The library contains:
|
||||
- A C library, libkeybinder
|
||||
- Python bindings, python-keybinder
|
||||
- An examples directory with programs in C, Lua, Python and Vala.
|
||||
|
||||
This package contains the Lua bindings.
|
||||
22
x11/lua-keybinder/Makefile
Normal file
22
x11/lua-keybinder/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
# $NetBSD: Makefile,v 1.1 2015/07/11 11:13:28 kamil Exp $
|
||||
|
||||
.include "../../x11/keybinder/Makefile.common"
|
||||
|
||||
PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Lua bindings for the keybinder library
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
# --enable-lua is broken
|
||||
CONFIGURE_ARGS+= --disable-python
|
||||
|
||||
INSTALL_DIRS= lua-keybinder
|
||||
|
||||
LUA_VERSIONS_ACCEPTED= 51
|
||||
|
||||
.include "../../x11/keybinder/buildlink3.mk"
|
||||
.include "../../lang/lua/luaversion.mk"
|
||||
.include "../../lang/lua/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
2
x11/lua-keybinder/PLIST
Normal file
2
x11/lua-keybinder/PLIST
Normal file
@@ -0,0 +1,2 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2015/07/11 11:13:28 kamil Exp $
|
||||
lib/lua/5.1/keybinder.la
|
||||
16
x11/lua-keybinder/buildlink3.mk
Normal file
16
x11/lua-keybinder/buildlink3.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.1 2015/07/11 11:13:28 kamil Exp $
|
||||
|
||||
BUILDLINK_TREE+= lua-keybinder
|
||||
|
||||
.if !defined(LUA_KEYBINDER_BUILDLINK3_MK)
|
||||
LUA_KEYBINDER_BUILDLINK3_MK:=
|
||||
|
||||
.include "../../lang/lua/luaversion.mk"
|
||||
|
||||
BUILDLINK_API_DEPENDS.lua-keybinder+= ${LUA_PKGPREFIX}-keybinder>=0.3.0
|
||||
BUILDLINK_PKGSRCDIR.lua-keybinder?= ../../x11/lua-keybinder
|
||||
|
||||
.include "../../x11/keybinder/buildlink3.mk"
|
||||
.endif # LUA_KEYBINDER_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -lua-keybinder
|
||||
Reference in New Issue
Block a user