packages/lcd4linux: split into 2 -custom & -full, various fixes:
[packages.git] / Xorg / xorg / proto / fontsproto / 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:=fontsproto
11 PKG_RELEASE:=1
12 PKG_VERSION:=2.1.0
13
14 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/proto/
15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
16 PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/
17 PKG_MD5SUM:=f3a857deadca3144fba041af1dbf7603
18
19 include $(INCLUDE_DIR)/package.mk
20
21 define Package/fontsproto
22   SECTION:=xorg-proto
23   CATEGORY:=Xorg
24   SUBMENU:=proto
25   DEPENDS:=
26   TITLE:=fontsproto
27   URL:=http://xorg.freedesktop.org/
28 endef
29
30 define Build/InstallDev
31         DESTDIR="$(1)" $(MAKE) -C $(PKG_BUILD_DIR)/ $(MAKE_FLAGS) install
32 endef
33
34 define Build/Compile
35         true
36 endef
37
38 $(eval $(call BuildPackage,fontsproto))