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,28 +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
PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.2/src/util/
_CATEGORY:=utils
include ../../common.mk
define Build/Configure
cd $(PKG_BUILD_DIR); \
./configure \
--prefix=${STAGING_DIR} \
--sysconfdir=/etc \
--mandir=${STAGING_DIR}/share/man \
--localstatedir=/var
endef
define Build/Compile
make -C $(PKG_BUILD_DIR)
endef

View File

@ -1 +0,0 @@
util-macros-X11R7.2-1.1.5|

View File

@ -1,11 +0,0 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=@NAME@
PKG_RELEASE:=1
PKG_VERSION:=@VER@
_DEPEND:=@DEP@
include ../common.mk
$(eval $(call BuildPackage,$(PKG_NAME)))

View File

@ -1,11 +0,0 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=util-macros-X11R7.2
PKG_RELEASE:=1
PKG_VERSION:=1.1.5
_DEPEND:=
include ../common.mk
$(eval $(call BuildPackage,$(PKG_NAME)))