diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-16 17:29:32 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-16 17:29:32 -0400 |
commit | b58cd558d24143cead35a3f2da6b04bd521c5725 (patch) | |
tree | 197f8f529059a83f38665555c90e902db5f5b21b /test.ipc | |
download | ipsutils-b58cd558d24143cead35a3f2da6b04bd521c5725.tar.gz |
Initial commit
Diffstat (limited to 'test.ipc')
-rw-r--r-- | test.ipc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test.ipc b/test.ipc new file mode 100644 index 0000000..b13446e --- /dev/null +++ b/test.ipc @@ -0,0 +1,20 @@ +name: developer/testpkg +version: 0.1 +release: 1 +maintainer: test person +upstream_url: http://localhost/testpkg.tar.gz +description: a test package +arch: i386 +license: GPL + +%prep +%end + +%build +configure --prefix=/usr +make +%end + +%install +make install +%end
\ No newline at end of file |