aboutsummaryrefslogtreecommitdiff
path: root/test.ips
diff options
context:
space:
mode:
Diffstat (limited to 'test.ips')
-rw-r--r--test.ips20
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