cliffmoon / dynomite

Open source dynamo clone written in Erlang.

This URL has Read+Write access

dynomite / yaml-template.yaml.in
100644 36 lines (32 sloc) 0.825 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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') %>