917deaf4cb
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8853 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 lines
298 B
Makefile
19 lines
298 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_BASE_NAME:=font
|
|
PKG_NAME:=font-daewoo-misc-X11R7.0
|
|
PKG_RELEASE:=1
|
|
PKG_VERSION:=1.0.0
|
|
|
|
_DEPEND:=
|
|
|
|
include ../common.mk
|
|
|
|
ifeq ("$(PKG_NAME)","font-util-X11R7.1")
|
|
define Build/Compile
|
|
$(MAKE) -C $(PKG_BUILD_DIR)/
|
|
endef
|
|
endif
|
|
|
|
$(eval $(call BuildPackage,$(PKG_NAME)))
|