From 90d5c8b73e8d538e121275b12e714332ca785cff Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 21 Oct 2013 17:20:24 +0200 Subject: automatically create development subpackages, without user interaction, depend on gcc for the target, simplifies a lot of library packages --- package/fontcacheproto/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'package/fontcacheproto') diff --git a/package/fontcacheproto/Makefile b/package/fontcacheproto/Makefile index dec821d49..6f6e8e01e 100644 --- a/package/fontcacheproto/Makefile +++ b/package/fontcacheproto/Makefile @@ -7,8 +7,12 @@ PKG_NAME:= fontcacheproto PKG_VERSION:= 0.1.2 PKG_RELEASE:= 1 PKG_MD5SUM:= dc8c34a8c3559bf3b008bcdf7ba5a743 +PKG_SECTION:= devel PKG_SITES:= ${MASTER_SITE_XORG} -PKG_SUBPKGS:= +PKG_OPTS:= dev devonly include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,FONTCACHEPROTO,fontcacheproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) + include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3