mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-25 11:52:10 +00:00
9 lines
255 B
XML
9 lines
255 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<project basedir="." default="slackpkg">
|
|
<target name="slackpkg">
|
|
<echo message="Building Slackware package." />
|
|
<exec executable="./i2p.SlackBuild">
|
|
</exec>
|
|
</target>
|
|
</project>
|