blob: a6d42f5a5c299c22ce18e204a55924e20fe30bfa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
name: ipsutils
version: 0.6.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
%build
python setup.py build
%end
%install
python setup.py install --root=$BUILDPROTO --prefix=/opt/ipsutils
%end
|