mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
Initial .bep file for p7zip.
This commit is contained in:
17
app-arch/p7zip/p7zip-9.04.bep
Normal file
17
app-arch/p7zip/p7zip-9.04.bep
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
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_HOME=/boot/common
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user