From 5157a34410fe9eff94d5de7100cbc3659d6c4fcb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 May 2009 22:47:32 +0200 Subject: 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 --- package/xf86-video-geode/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package/xf86-video-geode/Makefile (limited to 'package/xf86-video-geode/Makefile') 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 -- cgit v1.2.3