From 22777566b529e32a3ea141e25b934062e389aa98 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 22 Apr 2013 16:58:10 -0400 Subject: Initial commit --- ipsutils.ips | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ipsutils.ips (limited to 'ipsutils.ips') 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 -- cgit