diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-04-17 09:06:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-04-17 09:06:52 -0400 |
commit | a332d3db796261e5cc5dec457c8ae0997c7257b4 (patch) | |
tree | 44427c4643642ef3dbbeda4da2fc069f02a35c1b /test.ips | |
parent | edf6846069effba5b7c88bc96bd4cd852a4d7f2f (diff) | |
download | ipsutils-a332d3db796261e5cc5dec457c8ae0997c7257b4.tar.gz |
IPC should be IPS. I was tired.
Diffstat (limited to 'test.ips')
-rw-r--r-- | test.ips | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test.ips b/test.ips new file mode 100644 index 0000000..b13446e --- /dev/null +++ b/test.ips @@ -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 |