aboutsummaryrefslogtreecommitdiff
path: root/test.ips
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2013-04-21 23:25:55 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2013-04-21 23:25:55 -0400
commit1f2b4af32761563219eb963bf48da9ebb3a6f6e3 (patch)
tree9a5a656763d90176bea02da0af44a6e18b365dae /test.ips
parent60ad0c3fd1c55be857ea902ff431db8d958efc64 (diff)
downloadipsutils-1f2b4af32761563219eb963bf48da9ebb3a6f6e3.tar.gz
* Created IPS package
* Major overhaul in progress
Diffstat (limited to 'test.ips')
-rw-r--r--test.ips9
1 files changed, 6 insertions, 3 deletions
diff --git a/test.ips b/test.ips
index 45a95e8..aceb91f 100644
--- a/test.ips
+++ b/test.ips
@@ -18,10 +18,13 @@ license: GPL
%end
%build
-configure --prefix=/usr
-make
+python -m compileall -f .
+#configure --prefix=/usr
+#make
%end
%install
-make install
+mkdir $BUILDROOT/usr/bin
+cp testpkg.pyc $BUILDROOT/usr/bin
+#make install
%end \ No newline at end of file