diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-22 16:58:10 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-22 16:58:10 -0400 |
commit | 22777566b529e32a3ea141e25b934062e389aa98 (patch) | |
tree | 177d1a23976fbe971acb2d4880e9933a23c4ac57 /ipsutils.ips | |
parent | 1eca3aeff32de822acc3b62260badc0b57e34f35 (diff) | |
download | ipsutils-22777566b529e32a3ea141e25b934062e389aa98.tar.gz |
Initial commit
Diffstat (limited to 'ipsutils.ips')
-rw-r--r-- | ipsutils.ips | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ipsutils.ips b/ipsutils.ips new file mode 100644 index 0000000..2a5a792 --- /dev/null +++ b/ipsutils.ips @@ -0,0 +1,29 @@ +name: ipsutils +version: 0.1.0 +release: 1 +maintainer: test person +upstream_url: http://localhost/ipsutils-0.1.0.tar.gz +source_url: http://localhost/ipsutils-0.1.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 +#configure --prefix=/usr +#make +%end + +%install +#mkdir -p $BUILDPROTO/usr/bin +python setup.py install --root=$BUILDPROTO --prefix=/usr +%end
\ No newline at end of file |