2016-02-04 15:41:00 +00:00
|
|
|
#
|
|
|
|
#
|
|
|
|
|
2024-01-31 12:42:16 +00:00
|
|
|
name = "${PKG_NAME_PREFIX}-${PKGNAME}"
|
2015-03-18 11:27:11 +00:00
|
|
|
origin = "base"
|
2024-01-31 12:42:16 +00:00
|
|
|
version = "${VERSION}"
|
|
|
|
comment = "${COMMENT}"
|
2015-03-18 11:27:11 +00:00
|
|
|
categories = [ base ]
|
2024-01-31 12:42:16 +00:00
|
|
|
maintainer = "${PKG_MAINTAINER}"
|
|
|
|
www = "${PKG_WWW}"
|
2015-03-18 11:27:11 +00:00
|
|
|
prefix = "/"
|
|
|
|
licenselogic = "single"
|
|
|
|
licenses = [ BSD2CLAUSE ]
|
|
|
|
desc = <<EOD
|
2024-01-31 12:42:16 +00:00
|
|
|
${DESC}
|
2015-03-18 11:27:11 +00:00
|
|
|
EOD
|
2024-01-31 12:42:16 +00:00
|
|
|
.include(try=true,duplicate=rewrite) "${UCLFILES}/${PKGGENNAME}-all.ucl"
|
|
|
|
.include(try=true,duplicate=rewrite) "${UCLFILES}/${PKGNAME}.ucl"
|