1# This is the default set of options applied to the set metapackages. 2# The options are the same as template.ucl, but we don't include any 3# additional UCL files. 4 5name = "${PKG_NAME_PREFIX}-set-${PKGNAME}" 6prefix = "/" 7origin = "base" 8categories = [ base ] 9version = "${VERSION}" 10maintainer = "${PKG_MAINTAINER}" 11www = "${PKG_WWW}" 12licenselogic = "single" 13licenses = [ BSD2CLAUSE ] 14 15.include(try=false,duplicate=merge) "${UCLFILES}/${PKGNAME}.ucl" 16