Added pngcrush, htmltidy, and xz-utils.

This commit is contained in:
Chris Roberts
2009-12-29 08:37:08 +00:00
parent 7ac01371f6
commit 61c14749ea
8 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
DESCRIPTION="XZ Utils is data compression software for working with LZMA compressed files."
HOMEPAGE="http://tukaani.org/xz/"
SRC_URI="http://tukaani.org/xz/xz-4.999.9beta.tar.bz2"
CHECKSUM_MD5="cc4044fcc073b8bcf3164d1d0df82161"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="gcc4"
BUILD {
cd xz-4.999.9beta
cp -f /boot/common/bin/libtool .
libtoolize -c -f
aclocal -I m4
autoconf
autoheader
automake -acf --foreign
./configure --prefix=/boot/common
make
}
INSTALL {
cd xz-4.999.9beta
make install
}

View File

@@ -0,0 +1,7 @@
Package: xz-utils
Version: 4.999.9beta
Copyright: 2005-2009 Lasse Collin
License: GNU LGPL v2.1
License: GNU GPL v2
License: GNU GPL v3
URL: http://tukaani.org/xz/