summaryrefslogtreecommitdiff
path: root/package/xtrans
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-03 21:04:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-03 21:04:43 +0100
commit4fcc7439fb4e203f510e133a21e1bf9150b79368 (patch)
tree32eedf8ba00bb4ec35b196205bc9356a8ae5f5a8 /package/xtrans
parent5dd0e62fa8d9366998288e7f384e48dad02949e1 (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/xtrans')
-rw-r--r--package/xtrans/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/package/xtrans/Makefile b/package/xtrans/Makefile
index 7c9da8b86..b71477dfb 100644
--- a/package/xtrans/Makefile
+++ b/package/xtrans/Makefile
@@ -4,15 +4,20 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= xtrans
-PKG_VERSION:= 1.2.1
+PKG_VERSION:= 1.2.5
PKG_RELEASE:= 1
-PKG_MD5SUM:= 5b7f447f6fe92cbc4f17441aaee0bf55
-PKG_SITES:= http://xorg.freedesktop.org/releases/X11R7.4/src/lib/
+PKG_MD5SUM:= b2f47d49faf1f24e8294b624b21b9b93
+PKG_DESCR:= X transport library
+PKG_SECTION:= x11
+PKG_SITES:= ${MASTER_SITE_XORG}
include $(TOPDIR)/mk/package.mk
-CONFIGURE_STYLE= gnu
-BUILD_STYLE= auto
-INSTALL_STYLE= auto confprog
+#$(eval $(call PKG_template,XTRANS,${PKG_NAME},$(PKG_VERSION)-$(PKG_RELEASE),${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIGURE_STYLE:= gnu
+CONFIGURE_ARGS+= --datadir=/usr/lib
+BUILD_STYLE:= auto
+INSTALL_STYLE:= auto
include ${TOPDIR}/mk/pkg-bottom.mk