166f36c36SLexi Winter# This is the default set of options applied to the set metapackages. 266f36c36SLexi Winter# The options are the same as template.ucl, but we don't include any 366f36c36SLexi Winter# additional UCL files. 466f36c36SLexi Winter 566f36c36SLexi Wintername = "${PKG_NAME_PREFIX}-set-${PKGNAME}" 666f36c36SLexi Winterprefix = "/" 7*a507a702SLexi Winterorigin = "base/${PKG_NAME_PREFIX}-set-${PKGNAME}" 866f36c36SLexi Wintercategories = [ base ] 966f36c36SLexi Winterversion = "${VERSION}" 1066f36c36SLexi Wintermaintainer = "${PKG_MAINTAINER}" 1166f36c36SLexi Winterwww = "${PKG_WWW}" 1266f36c36SLexi Winterlicenselogic = "single" 1366f36c36SLexi Winterlicenses = [ BSD2CLAUSE ] 1466f36c36SLexi Winter 1566f36c36SLexi Winter.include(try=false,duplicate=merge) "${UCLFILES}/${PKGNAME}.ucl" 16