remove old XOrg Makefiles

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9026 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2007-09-25 20:22:04 +00:00
parent c23e7d270f
commit 871ba0b51b
225 changed files with 0 additions and 37461 deletions

View File

@ -1,39 +0,0 @@
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# blogic@openwrt.org
include $(TOPDIR)/rules.mk
PKG_NAME:=Mesa
PKG_VERSION:=6.5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)Lib-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://downloads.sourceforge.net/mesa3d/
include $(INCLUDE_DIR)/package.mk
define Package/Mesa
SECTION:=xorg-misc
CATEGORY:=Xorg
SUBMENU:=misc
TITLE:=OpenGL compatible 3-D graphics library
endef
define Build/Configure
echo
endef
define Build/Compile
echo "currently we only stage the headers in this package :-)"
endef
define Build/InstallDev
$(CP) -r $(PKG_BUILD_DIR)/include/* $(STAGING_DIR)/usr/include
endef
$(eval $(call BuildPackage,Mesa))