FILE_FORMAT:
format: powerset_package
version: 1.0
PKG_SUMMARY: "@SHORT_DESCRIPTION@"
PKG_NAME: @PACKAGE_NAME@
PKG_VERSION: '@PACKAGE_VERSION@'
PKG_RELEASE: '@PACKAGE_RELEASE@'
PKG_LICENSE: commercial
PKG_GROUP: Powerset
PKG_TARGETS: x86_64-linux, i386-linux, i386-darwin, noarch
PKG_MAINTAINER: @PACKAGE_BUGREPORT@
PKG_DEPENDS: @RUNTIME_DEPENDS_LIST@
PKG_DEFAULTS:
owner: root
group: wheel
mode: -
PKG_FILES:
finds:
- source: .pkgtmp@prefix@ -type f -o -type l
destination: .
owner: webapp
group: webapp
dirs:
- destination: log/@PACKAGE_NAME@
mode: 1777
owner: webapp
group: webapp
links:
- source: /p/share/dynomite/bin/dynomite
destination: /p/bin/dynomite
PKG_DESCRIPTION:
<%= encode_files('@top_srcdir@/README', '@top_srcdir@/ChangeLog') %>