Final Slackbuild cleanups, ant slackpkg target added.

This commit is contained in:
sponge
2009-02-02 01:22:31 +00:00
parent f70be29651
commit b6b1491368
10 changed files with 88 additions and 29 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project basedir="." default="slackpkg">
<target name="slackpkg">
<echo message="Building Slackware package." />
<exec executable="./i2p-base.SlackBuild">
</exec>
</target>
</project>