40d812ea29c2f93bb5b4a0960694ad552c7a543d
[packages.git] / Xorg / xorg / proto / calibrateproto / Makefile
1 #
2 # Copyright (C) 2006-2009 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=calibrateproto
11 PKG_RELEASE:=1
12 PKG_VERSION:=git
13
14 include $(INCLUDE_DIR)/package.mk
15
16 define Package/calibrateproto
17   SECTION:=xorg-proto
18   CATEGORY:=Xorg
19   SUBMENU:=proto
20   DEPENDS:=
21   TITLE:=calibrateproto
22   URL:=http://xorg.freedesktop.org/
23 endef
24
25 define Build/Prepare
26 $(call Build/Prepare/Default)
27         $(CP) src/* $(PKG_BUILD_DIR)
28 endef
29
30 define Build/InstallDev
31         DESTDIR=$(1) $(MAKE) -C $(PKG_BUILD_DIR)/$(SUBPACKAGE)  $(MAKE_FLAGS) install
32 endef
33
34 define Build/Compile
35         echo
36 endef
37
38 $(eval $(call BuildPackage,calibrateproto))