mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
24
app-arch/p7zip/p7zip-9.13.recipe
Normal file
24
app-arch/p7zip/p7zip-9.13.recipe
Normal file
@@ -0,0 +1,24 @@
|
||||
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.haiku makefile.machine
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd p7zip_9.13
|
||||
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
|
||||
make install DEST_DIR=${DESTDIR} DEST_HOME=`finddir B_COMMON_DIRECTORY` \
|
||||
DEST_SHARE_DOC=$COMMON_DOCS/doc/p7zip \
|
||||
DEST_MAN=$COMMON_DOCS/man
|
||||
}
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="1999-2010 7-Zip Igor Pavlov."
|
||||
Reference in New Issue
Block a user