aboutsummaryrefslogtreecommitdiff
path: root/ipsutils.ips
blob: ca3bfbf8575034ad2ec385e6b38b352d502a5d86 (plain) (blame)
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
name:           ipsutils
version:        0.4.0
release:        1
maintainer:     "Joseph Hunkeler <jhunk@stsci.edu>"
upstream_url:   http://localhost/$name-$version.tar.gz
source_url:     http://localhost/$name-$version.tar.gz
description:    "Python IPS library"
summary:        "A python based IPS library"
group:          developer
classification: "org.opensolaris.category.2008:Development/Distribution Tools"
arch:           i386
license:        GPL

%setup
%end

%prep
%end

%build
python setup.py build

%end

%install
python setup.py install --root=$BUILDPROTO --prefix=/opt/ipsutils
%end

%transforms
<transform dir path=opt$ -> edit group bin sys>
%end