2007-09-25 20:23:15 +00:00
|
|
|
#
|
|
|
|
# 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:=xf86rushproto
|
2008-11-16 19:31:42 +00:00
|
|
|
PKG_RELEASE:=3
|
2008-09-01 21:31:52 +00:00
|
|
|
PKG_VERSION:=1.1.2
|
2008-11-16 19:31:42 +00:00
|
|
|
PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/proto/
|
2007-09-25 20:23:15 +00:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
|
|
PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
|
|
|
define Package/xf86rushproto
|
|
|
|
SECTION:=xorg-proto
|
|
|
|
CATEGORY:=Xorg
|
|
|
|
SUBMENU:=proto
|
2007-10-25 21:21:50 +00:00
|
|
|
DEPENDS:= @DISPLAY_SUPPORT
|
2007-09-25 20:23:15 +00:00
|
|
|
TITLE:=xf86rushproto
|
|
|
|
URL:=http://xorg.freedesktop.org/
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/InstallDev
|
2008-09-03 20:55:27 +00:00
|
|
|
DESTDIR="$(1)" $(MAKE) -C $(PKG_BUILD_DIR)/ $(MAKE_FLAGS) install
|
2007-09-25 20:23:15 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/Compile
|
|
|
|
true
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildPackage,xf86rushproto))
|