remove old XOrg Makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9026 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
util-macros-X11R7.2-1.1.5|
|
@ -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)))
|
@ -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)))
|
Reference in New Issue
Block a user