diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-03 21:04:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-03 21:04:43 +0100 |
commit | 4fcc7439fb4e203f510e133a21e1bf9150b79368 (patch) | |
tree | 32eedf8ba00bb4ec35b196205bc9356a8ae5f5a8 /package/libxkbfile | |
parent | 5dd0e62fa8d9366998288e7f384e48dad02949e1 (diff) |
update X11, kerberos, samba, bluez
- fix some ipkg issues with ubuntu
- use grub2 for alix1c, no grub1 dependency on host
- boots up on alix1c
- fix some bcm203x problems
Diffstat (limited to 'package/libxkbfile')
-rw-r--r-- | package/libxkbfile/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/libxkbfile/Makefile b/package/libxkbfile/Makefile index eeaa4c051..00f85b570 100644 --- a/package/libxkbfile/Makefile +++ b/package/libxkbfile/Makefile @@ -4,10 +4,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:= libxkbfile -PKG_VERSION:= 1.0.5 +PKG_VERSION:= 1.0.6 PKG_RELEASE:= 1 -PKG_MD5SUM:= 8be68d830d227cbd52cbafe24cb4fa78 -PKG_DESCR:= an interface to read and manipulate description files the X11 keyboard configuration extension +PKG_MD5SUM:= a1384a9a48430397aff236f97e26ed05 +PKG_DESCR:= X11 keyboard configuration extension library PKG_SECTION:= x11 PKG_SITES:= ${MASTER_SITE_XORG} @@ -15,9 +15,9 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,LIBXKBFILE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -CONFIGURE_STYLE= gnu -BUILD_STYLE= auto -INSTALL_STYLE= auto confprog +CONFIGURE_STYLE:= gnu +BUILD_STYLE:= auto +INSTALL_STYLE:= auto post-install: ${INSTALL_DIR} ${IDIR_LIBXKBFILE}/usr/lib |