blob: f36de5651ce0e222739bb73d22a24bcc74e25278 (
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
|
name: ipsutils
version: 0.2.0
release: 1
maintainer: "Joseph Hunkeler <jhunk@stsci.edu>"
upstream_url: http://localhost/ipsutils-0.2.0.tar.gz
source_url: http://localhost/ipsutils-0.2.0.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
|