added iodine package
authorroot <root@hermes.hackdaworld.dyndns.info>
Mon, 13 Aug 2007 22:09:46 +0000 (00:09 +0200)
committerroot <root@hermes.hackdaworld.dyndns.info>
Mon, 13 Aug 2007 22:09:46 +0000 (00:09 +0200)
doc/CHANGELOG
packages/net/iodine/iodine [new file with mode: 0644]

index 74e5977..37fb428 100644 (file)
@@ -1,3 +1,7 @@
+*) 2007-08-13
+
+- added iodine package
+
 *) 2007-03-28
 
 - added fxload, sdcc and readline package
diff --git a/packages/net/iodine/iodine b/packages/net/iodine/iodine
new file mode 100644 (file)
index 0000000..b6f3a0a
--- /dev/null
@@ -0,0 +1,12 @@
+# hdw-linux iodine package
+
+# author: hackbard@hackdaworld.org
+
+# [S] 3-1
+# [V] 0.4.0
+# [D] iodine-0.4.0.tar.gz http://code.kryo.se/iodine/
+
+pre_install()  {
+       sed 's%/local%%' Makefile > tmp~
+       mv tmp~ Makefile
+               }