summaryrefslogtreecommitdiff
path: root/package/xbindkeys
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-28 17:25:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-28 17:25:50 +0100
commita2cb1b3951d0e9b5e2c16ce6e871e7ef7056c951 (patch)
treec84b35bb1a5ad70cf82053143776e5dc47860a2d /package/xbindkeys
parent834241eb737720ba7ec1a15f81bc29ace5fdb12c (diff)
parent10a4e449eebc151f3bc7774433a53ee1a44c9919 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xbindkeys')
-rw-r--r--package/xbindkeys/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/package/xbindkeys/Makefile b/package/xbindkeys/Makefile
new file mode 100644
index 000000000..d40bfff35
--- /dev/null
+++ b/package/xbindkeys/Makefile
@@ -0,0 +1,31 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= xbindkeys
+PKG_VERSION:= 1.8.3
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 393dd74f85850a4ba0803b5a78bc598b
+PKG_DESCR:= keybindings for X11
+PKG_SECTION:= x11/apps
+PKG_SITES:= http://openadk.org/distfiles/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,XBINDKEYS,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIGURE_ARGS+= --disable-guile \
+ --disable-tk
+CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes
+#BUILD_STYLE:= manual
+#INSTALL_STYLE:= manual
+
+# please install all files and directories to the package dir
+post-install:
+ $(INSTALL_DIR) $(IDIR_XBINDKEYS)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/xbindkeys \
+ $(IDIR_XBINDKEYS)/usr/bin
+
+# please remove ALL above comments, before commiting
+include ${TOPDIR}/mk/pkg-bottom.mk