summaryrefslogtreecommitdiffstats
path: root/tools/templates/core_pkg
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2016-08-26 01:20:51 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2016-08-26 01:25:22 -0500
commitf014e9e53a1a014282dff77d0d8771a0f879ad1b (patch)
treedcc0ec5994c6b6bf5605986cadc3dbbed78e4c4a /tools/templates/core_pkg
parentdf6d4ff1bed18eb4de300bac6aaee95fd2b339ba (diff)
downloadpfsense-f014e9e53a1a014282dff77d0d8771a0f879ad1b.zip
pfsense-f014e9e53a1a014282dff77d0d8771a0f879ad1b.tar.gz
Add the template for the u-boot core package.
Diffstat (limited to 'tools/templates/core_pkg')
-rw-r--r--tools/templates/core_pkg/u-boot/metadir/+DESC3
-rw-r--r--tools/templates/core_pkg/u-boot/metadir/+MANIFEST15
2 files changed, 18 insertions, 0 deletions
diff --git a/tools/templates/core_pkg/u-boot/metadir/+DESC b/tools/templates/core_pkg/u-boot/metadir/+DESC
new file mode 100644
index 0000000..183fa11
--- /dev/null
+++ b/tools/templates/core_pkg/u-boot/metadir/+DESC
@@ -0,0 +1,3 @@
+%%PRODUCT_NAME%% u-boot%%FLAVOR_DESC%%
+
+WWW: %%PRODUCT_URL%%
diff --git a/tools/templates/core_pkg/u-boot/metadir/+MANIFEST b/tools/templates/core_pkg/u-boot/metadir/+MANIFEST
new file mode 100644
index 0000000..29a9935
--- /dev/null
+++ b/tools/templates/core_pkg/u-boot/metadir/+MANIFEST
@@ -0,0 +1,15 @@
+name: "%%PRODUCT_NAME%%-u-boot%%FLAVOR%%"
+version: "%%VERSION%%"
+origin: "sysutil/%%PRODUCT_NAME%%-u-boot"
+comment: <<EOD
+%%PRODUCT_NAME%% u-boot%%FLAVOR_DESC%%
+EOD
+maintainer: development@pfsense.org
+prefix: /
+deps: {
+"%%PRODUCT_NAME%%-rc": {origin: "security/%%PRODUCT_NAME%%-rc", version: "%%VERSION%%"}
+}
+categories [ sysutil, ]
+licenselogic: single
+licenses: [ APACHE20, ]
+options: { }
OpenPOWER on IntegriCloud