summaryrefslogtreecommitdiff
path: root/package/fontcacheproto
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-21 17:20:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-21 17:20:24 +0200
commit90d5c8b73e8d538e121275b12e714332ca785cff (patch)
treeb70121e4732d658097d1db00c8af381629ec82eb /package/fontcacheproto
parent33dd541790614765228a71477e1f8b2b6aa21ce1 (diff)
automatically create development subpackages, without user interaction, depend on gcc for the target, simplifies a lot of library packages
Diffstat (limited to 'package/fontcacheproto')
-rw-r--r--package/fontcacheproto/Makefile6
1 files changed, 5 insertions, 1 deletions
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