2009-10-31 00:12:15 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2009 OpenWrt.org
|
2007-09-25 20:23:15 +00:00
|
|
|
#
|
|
|
|
# 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:=resourceproto
|
2009-10-31 00:12:15 +00:00
|
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_VERSION:=1.1.0
|
|
|
|
PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/
|
2007-09-25 20:23:15 +00:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
2009-10-31 00:12:15 +00:00
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/
|
2007-09-25 20:23:15 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
|
|
|
define Package/resourceproto
|
|
|
|
SECTION:=xorg-proto
|
|
|
|
CATEGORY:=Xorg
|
|
|
|
SUBMENU:=proto
|
2008-12-01 23:07:01 +00:00
|
|
|
DEPENDS:=
|
2007-09-25 20:23:15 +00:00
|
|
|
TITLE:=resourceproto
|
|
|
|
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,resourceproto))
|