mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
Added pngcrush, htmltidy, and xz-utils.
This commit is contained in:
23
app-arch/xz-utils/xz-utils-4.999.9beta.bep
Normal file
23
app-arch/xz-utils/xz-utils-4.999.9beta.bep
Normal 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
|
||||
}
|
||||
7
app-arch/xz-utils/xz-utils.OptionalPackageDescription
Normal file
7
app-arch/xz-utils/xz-utils.OptionalPackageDescription
Normal 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/
|
||||
Reference in New Issue
Block a user