aboutsummaryrefslogtreecommitdiff
path: root/ipsutils.ips
blob: 2e3e8de6ba3f6b9b8fb132b2b91ab2e764aa719c (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
name:           ipsutils
version:        0.2.0
release:        1
maintainer:     test person
upstream_url:   http://localhost/ipsutils-0.2.0.tar.gz
source_url:     http://localhost/ipsutils-0.2.0.tar.gz
description:    "a test package"
summary:        "test package"
group:          developer
classification: "edu.stsci:Development/Solaris 11"
arch:          i386
license:       GPL

%setup
%end

%prep
%end

%build
python setup.py build

%end

%install
python setup.py install --root=$BUILDPROTO --prefix=/usr

%end