[Mud-builder-commits] r191 - trunk/packages
keesj at garage.maemo.org
keesj at garage.maemo.org
Sat Sep 8 11:34:34 EEST 2007
Author: keesj
Date: 2007-09-08 11:34:34 +0300 (Sat, 08 Sep 2007)
New Revision: 191
Added:
trunk/packages/gpsim.xml
trunk/packages/gputils.xml
trunk/packages/gtkextra.xml
Modified:
trunk/packages/tuxpaint.xml
Log:
keesj:added gtkextra needed by gpsim
added gpsim (a pic simulator)
added gputils (a compileter targeting pic's)
updated tuxpaint to better match the build dependencies
Added: trunk/packages/gpsim.xml
===================================================================
--- trunk/packages/gpsim.xml 2007-09-06 08:16:04 UTC (rev 190)
+++ trunk/packages/gpsim.xml 2007-09-08 08:34:34 UTC (rev 191)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<package>
+ <fetch type="tarball">
+ <depends>gputils,gtkextra</depends>
+ <url>http://dfn.dl.sourceforge.net/sourceforge/gpsim/gpsim-0.22.0.tar.gz</url>
+ </fetch>
+ <deb>
+ <section>user/programming</section>
+ <description>gpsim is a full-featured software simulator for Microchip .\ngpsim has been designed to be as accurate as possible. Accuracy includes the entire PIC - from the core to the I/O pins and including ALL of the internal peripherals. Thus it's possible to create stimuli and tie them to the I/O pins and test the PIC the same PIC the same way you would in the real world.</description>
+ </deb>
+</package>
Added: trunk/packages/gputils.xml
===================================================================
--- trunk/packages/gputils.xml 2007-09-06 08:16:04 UTC (rev 190)
+++ trunk/packages/gputils.xml 2007-09-08 08:34:34 UTC (rev 191)
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<package>
+ <fetch type="tarball">
+ <url>http://heanet.dl.sourceforge.net/sourceforge/gputils/gputils-0.13.4.tar.gz</url>
+ </fetch>
+ <deb>
+ <section>user/programming</section>
+ <description>GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers.\nIt includes gpasm, gplink, and gplib. It's distributed under the terms of the GNU Public License. See the gnupic page for other GNU PIC tools such as gpsim, a gputils compatible simulator.</description>
+ </deb>
+</package>
Added: trunk/packages/gtkextra.xml
===================================================================
--- trunk/packages/gtkextra.xml 2007-09-06 08:16:04 UTC (rev 190)
+++ trunk/packages/gtkextra.xml 2007-09-08 08:34:34 UTC (rev 191)
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<package>
+ <fetch type="tarball">
+ <url>http://kent.dl.sourceforge.net/sourceforge/scigraphica/gtk+extra-2.1.1.tar.gz</url>
+ </fetch>
+ <deb>
+ <section>user/libs</section>
+ <description>GtkExtra Widget Set.</description>
+ </deb>
+</package>
Modified: trunk/packages/tuxpaint.xml
===================================================================
--- trunk/packages/tuxpaint.xml 2007-09-06 08:16:04 UTC (rev 190)
+++ trunk/packages/tuxpaint.xml 2007-09-08 08:34:34 UTC (rev 191)
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<package>
<fetch type="tarball">
+ <depends>libsdl-ttf2.0-dev,libsdl-mixer1.2-dev,libsdl-image1.2-dev</depends>
<url>http://prdownloads.sourceforge.net/tuxpaint/tuxpaint-0.9.16.tar.gz</url>
</fetch>
<deb>
More information about the Mud-builder-commits
mailing list