mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-02 07:15:46 +00:00
9 lines
322 B
XML
9 lines
322 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<project basedir="." default="slackpkg">
|
|
<target name="slackpkg">
|
|
<echo message="Building Slackware package." />
|
|
<chmod file="./i2p.Slackbuild" perm="755" />
|
|
<exec executable="./i2p.SlackBuild" failifexecutionfails="true" />
|
|
</target>
|
|
</project>
|