summaryrefslogtreecommitdiff
path: root/package/xf86-video-geode/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-30 22:47:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-30 22:47:32 +0200
commit5157a34410fe9eff94d5de7100cbc3659d6c4fcb (patch)
tree6c38d36e2c3f8910a2087711fd31fbc8da143965 /package/xf86-video-geode/Makefile
parent37175a9783c561c8a3f94b6818dabf512c3674e9 (diff)
add geode x11 driver
- add the driver for alix1c x11 support - fix some x11 related dependencies - enable pkg-config fixups globally I hope it doesn't break anything confprog might be deleted later
Diffstat (limited to 'package/xf86-video-geode/Makefile')
-rw-r--r--package/xf86-video-geode/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/xf86-video-geode/Makefile b/package/xf86-video-geode/Makefile
new file mode 100644
index 000000000..0c57d851f
--- /dev/null
+++ b/package/xf86-video-geode/Makefile
@@ -0,0 +1,27 @@
+# $Id$
+#-
+# 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:= xf86-video-geode
+PKG_VERSION:= 2.11.2
+PKG_RELEASE:= 1
+PKG_MD5SUM:= dc9cbe88f38f82e27dbfb66f9f99fc98
+MASTER_SITES:= http://xorg.freedesktop.org/releases/individual/driver/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,XF86_VIDEO_GEODE,${PKG_NAME},$(PKG_VERSION)-$(PKG_RELEASE)))
+
+CONFIGURE_STYLE= gnu
+BUILD_STYLE= auto
+INSTALL_STYLE= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_XF86_VIDEO_GEODE}/usr/lib/xorg/modules/drivers
+ ${CP} ${WRKINST}/usr/lib/xorg/modules/drivers/*.so \
+ ${IDIR_XF86_VIDEO_GEODE}/usr/lib/xorg/modules/drivers/
+
+include ${TOPDIR}/mk/pkg-bottom.mk