1# 2# 3 4name = "${PKG_NAME_PREFIX}-${PKGNAME}" 5origin = "base" 6version = "${VERSION}" 7comment = "${COMMENT}" 8categories = [ base ] 9maintainer = "${PKG_MAINTAINER}" 10www = "${PKG_WWW}" 11prefix = "/" 12licenselogic = "single" 13licenses = [ BSD2CLAUSE ] 14desc = <<EOD 15${DESC} 16EOD 17.include(try=true,duplicate=rewrite) "${UCLFILES}/${PKGGENNAME}-all.ucl" 18.include(try=true,duplicate=rewrite) "${UCLFILES}/${PKGNAME}.ucl" 19.include(try=true,duplicate=rewrite) "${UCLFILES}/${FORCEINCLUDE}.ucl" 20