mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Updated p7zip to 9.13
This commit is contained in:
19
app-arch/p7zip/p7zip-9.13.bep
Normal file
19
app-arch/p7zip/p7zip-9.13.bep
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION="p7zip"
|
||||
HOMEPAGE="http://p7zip.sourceforge.net"
|
||||
SRC_URI="http://downloads.sourceforge.net/project/p7zip/p7zip/9.13/p7zip_9.13_src_all.tar.bz2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="8ddb5053db3b1f2696407d01be145779"
|
||||
BUILD {
|
||||
cd p7zip_9.13
|
||||
cp makefile.beos makefile.machine
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd p7zip_9.13
|
||||
make install DEST_DIR=${DESTDIR} DEST_HOME=`finddir B_COMMON_DIRECTORY` DEST_SHARE_DOC=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/p7zip DEST_MAN=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
}
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="1999-2010 7-Zip Igor Pavlov."
|
||||
Reference in New Issue
Block a user