added the initial version of the XOrg support. still lots of cleaning up that needs...
[openwrt/svn-archive/archive.git] / XOrg / font / encodings-X11R7.2 / Makefile
1 include $(TOPDIR)/rules.mk
2
3 PKG_BASE_NAME:=encodings
4 PKG_NAME:=encodings-X11R7.2
5 PKG_RELEASE:=1
6 PKG_VERSION:=1.0.2
7
8 _DEPEND:=
9
10 include ../common.mk
11
12 ifeq ("$(PKG_NAME)","font-util-X11R7.1")
13 define Build/Compile
14 $(MAKE) -C $(PKG_BUILD_DIR)/
15 endef
16 endif
17
18 $(eval $(call BuildPackage,$(PKG_NAME)))