diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-04-21 23:25:55 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-04-21 23:25:55 -0400 |
commit | 1f2b4af32761563219eb963bf48da9ebb3a6f6e3 (patch) | |
tree | 9a5a656763d90176bea02da0af44a6e18b365dae /test.ips | |
parent | 60ad0c3fd1c55be857ea902ff431db8d958efc64 (diff) | |
download | ipsutils-1f2b4af32761563219eb963bf48da9ebb3a6f6e3.tar.gz |
* Created IPS package
* Major overhaul in progress
Diffstat (limited to 'test.ips')
-rw-r--r-- | test.ips | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |