summaryrefslogtreecommitdiff
path: root/package/libXmu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-04 10:34:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-04 10:34:02 +0200
commit5042ac8e5927d0089d3902b1c37e5bcc1565d053 (patch)
treecd2be3085808c5ac59dd70f9c610c6a40bfe3ffd /package/libXmu
parent401dabf66529cfb5ab47b4c78d5e25fd493eef1f (diff)
parent4d569ed1a3305c7b7abe8fa4273cea3b559cc85a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: BUGS package/autoconf/Makefile
Diffstat (limited to 'package/libXmu')
-rw-r--r--package/libXmu/Config.in6
-rw-r--r--package/libXmu/Makefile13
2 files changed, 5 insertions, 14 deletions
diff --git a/package/libXmu/Config.in b/package/libXmu/Config.in
deleted file mode 100644
index 99cf0d08e..000000000
--- a/package/libXmu/Config.in
+++ /dev/null
@@ -1,6 +0,0 @@
-config ADK_PACKAGE_LIBXMU
- prompt "libXmu................................. X library"
- tristate
- default n
- help
- http://www.x.org
diff --git a/package/libXmu/Makefile b/package/libXmu/Makefile
index 28af7968d..c208c65e6 100644
--- a/package/libXmu/Makefile
+++ b/package/libXmu/Makefile
@@ -4,24 +4,21 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= libXmu
-PKG_VERSION:= 1.0.4
+PKG_VERSION:= 1.0.5
PKG_RELEASE:= 1
-PKG_MD5SUM:= 48b432e84035c664ece80a33695d5254
-PKG_DESCR:= a set of miscellaneous utility convenience functions for X libraries
+PKG_MD5SUM:= f49e3587cdc299707da0786a681f9c05
+PKG_DESCR:= miscellaneous utility functions for X libraries
PKG_SECTION:= x11
+PKG_BUILDDEP+= libXt
PKG_SITES:= ${MASTER_SITE_XORG}
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBXMU,libxmu,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_STYLE= gnu
-#CONFIGURE_ARGS+= --disable-malloc0returnsnull
-BUILD_STYLE= auto
-INSTALL_STYLE= auto confprog
-
post-install:
${INSTALL_DIR} ${IDIR_LIBXMU}/usr/lib
${CP} ${WRKINST}/usr/lib/libXmu.so* ${IDIR_LIBXMU}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/libXmuu.so* ${IDIR_LIBXMU}/usr/lib/
include ${TOPDIR}/mk/pkg-bottom.mk