mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
54 lines
886 B
Plaintext
54 lines
886 B
Plaintext
SUMMARY="Uncompress rar files"
|
|
DESCRIPTION="
|
|
Unrar decompresses rar files. It is a powerful archive manager that can backup \
|
|
your data and reduce the size of email attachments. Unrar can decompress the \
|
|
following file formats:
|
|
- RAR
|
|
- ZIP
|
|
- CAB
|
|
- ARJ
|
|
- JZH
|
|
- TAR
|
|
- GZ and TAR.GZ
|
|
- BZ2 and TAR.BZ2
|
|
- ACE
|
|
- UUE
|
|
- JAR (Java Archive)
|
|
- ISO
|
|
- 7Z
|
|
- XZ
|
|
- Z (Unix Compress)
|
|
"
|
|
HOMEPAGE="http://www.rarlab.com/"
|
|
SRC_URI="http://www.rarlab.com/rar/unrarsrc-4.2.4.tar.gz"
|
|
REVISION="1"
|
|
ARCHITECTURES="x86_gcc2 x86"
|
|
CHECKSUM_MD5="8ea9d1b4139474b282d76e627a2de3e4"
|
|
|
|
PROVIDES="
|
|
unrar = $portVersion
|
|
cmd:unrar = $portVersion
|
|
"
|
|
|
|
REQUIRES="
|
|
haiku >= $haikuVersion
|
|
"
|
|
BUILD_REQUIRES="
|
|
cmd:make
|
|
cmd:g++
|
|
"
|
|
|
|
SOURCE_DIR="unrar"
|
|
BUILD()
|
|
{
|
|
LDFLAGS=-lbsd make -f makefile.unix DESTDIR=$prefix
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
make -f makefile.unix DESTDIR=$prefix install
|
|
}
|
|
|
|
LICENSE="UnRAR"
|
|
COPYRIGHT="Alexander Roshal"
|