optipng: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:35:08 +00:00
parent 66bcde4a93
commit 4e2c359b4f
3 changed files with 0 additions and 22 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/optipng

View File

@ -1 +0,0 @@
a6f3234a47464ecc1f455b52f0769492 optipng-0.5.3.tar.gz

View File

@ -1,18 +0,0 @@
# Description: Advanced lossless PNG optimizer
# URL: http://optipng.sourceforge.net/
# Maintainer:
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on:
name=optipng
version=0.5.3
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd $name-$version
cd src
sed -i "s/-O2/$CFLAGS/" scripts/gcc.mak
make -f scripts/gcc.mak
install -D -m 0755 $name $PKG/usr/bin/$name
}