mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
18 lines
432 B
Plaintext
18 lines
432 B
Plaintext
DESCRIPTION="p7zip"
|
|
HOMEPAGE="http://p7zip.sourceforge.net"
|
|
SRC_URI="http://downloads.sourceforge.net/project/p7zip/p7zip/9.04/p7zip_9.04_src_all.tar.bz2?use_mirror=cdnetworks-us-2"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="9194ebf9a2b3735d236aed001de5f6f8"
|
|
BUILD {
|
|
cd p7zip_9.04
|
|
cp makefile.beos makefile.machine
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd p7zip_9.04
|
|
make install DEST_DIR="${DESTDIR}" DEST_HOME="/boot/common"
|
|
}
|