[Lunar-commits] <moonbase> optipng: Version bump and moving from zbeta.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Feb 10 03:21:43 CET 2010
commit bf79a4287cc971c3c4506871a4b4e70dfaa595da
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Feb 9 21:21:43 2010 -0500
optipng: Version bump and moving from zbeta.
---
utils/optipng/BUILD | 6 ++++++
utils/optipng/DEPENDS | 1 +
utils/optipng/DETAILS | 13 +++++++++++++
3 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/utils/optipng/BUILD b/utils/optipng/BUILD
new file mode 100644
index 0000000..28e05f4
--- /dev/null
+++ b/utils/optipng/BUILD
@@ -0,0 +1,6 @@
+(
+ cd $SOURCE_DIRECTORY/src &&
+ make -f scripts/gcc.mak &&
+ prepare_install &&
+ make -f scripts/gcc.mak prefix=/usr install
+) > $C_FIFO 2>&1
diff --git a/utils/optipng/DEPENDS b/utils/optipng/DEPENDS
new file mode 100644
index 0000000..81d4217
--- /dev/null
+++ b/utils/optipng/DEPENDS
@@ -0,0 +1 @@
+depends glibc
diff --git a/utils/optipng/DETAILS b/utils/optipng/DETAILS
new file mode 100644
index 0000000..3f3df62
--- /dev/null
+++ b/utils/optipng/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=optipng
+ VERSION=0.6.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:eba6e3c940588b1d02abfabc407e5c759a3fdd8a
+ WEB_SITE=http://optipng.sourceforge.net/
+ ENTERED=20080316
+ UPDATED=20100209
+ SHORT="utility for optimizing png file size losslessly"
+
+cat << EOF
+utility for optimizing png file size losslessly
+EOF
More information about the Lunar-commits
mailing list