Add meta-port recipe for building a list of ports.

This commit is contained in:
Oliver Tappe
2013-07-29 18:42:38 +02:00
parent d689bb63d8
commit 5af70e5437

View File

@@ -0,0 +1,14 @@
SUMMARY="Meta package for building all ports of a given portsfile"
DESCRIPTION="Meta package for building all ports of a given portsfile"
REVISION="1"
COPYRIGHT="2013 The HaikuPorts team"
LICENSE="MIT"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="
meta_portsfile = $portVersion
"
BUILD_REQUIRES="
$portsfileAsRequires
"