mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
daa2iso: add man page from Debian.
This commit is contained in:
@@ -5,12 +5,14 @@ DAA/GBI files are 'Direct Access Archive' used by PowerISO and gBurner"
|
|||||||
HOMEPAGE="http://aluigi.org/mytoolz.htm#daa2iso"
|
HOMEPAGE="http://aluigi.org/mytoolz.htm#daa2iso"
|
||||||
COPYRIGHT="2008-2009 Luigi Auriemma"
|
COPYRIGHT="2008-2009 Luigi Auriemma"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
SOURCE_URI="http://aluigi.altervista.org/mytoolz/daa2iso.zip"
|
SOURCE_URI="http://aluigi.altervista.org/mytoolz/daa2iso.zip"
|
||||||
CHECKSUM_SHA256="f5990542bbfb632a18e664bb956d1dfa35b20945881c617af641a9ee8cfbc47b"
|
CHECKSUM_SHA256="f5990542bbfb632a18e664bb956d1dfa35b20945881c617af641a9ee8cfbc47b"
|
||||||
SOURCE_FILENAME="daa2iso-$portVersion.zip"
|
SOURCE_FILENAME="daa2iso-$portVersion.zip"
|
||||||
#intentionally empty
|
#intentionally empty
|
||||||
SOURCE_DIR=""
|
SOURCE_DIR=""
|
||||||
|
SOURCE_URI_2="http://httpredir.debian.org/debian/pool/main/d/daa2iso/daa2iso_0.1.7e-1.diff.gz#noarchive"
|
||||||
|
CHECKSUM_SHA256_2="810b1400c18f5dbcb35c64c56b23bd0a22b7623f2bc694f1b789f0418eaba1d1"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
|
|
||||||
@@ -28,6 +30,9 @@ BUILD_REQUIRES="
|
|||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:gcc
|
cmd:gcc
|
||||||
|
cmd:install
|
||||||
|
cmd:patch
|
||||||
|
cmd:zcat
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
@@ -38,8 +43,9 @@ BUILD()
|
|||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
mkdir -p $documentationDir/packages/daa2iso
|
make -C src install PREFIX=$prefix
|
||||||
cp daa2iso.txt $documentationDir/packages/daa2iso
|
install -d -m 755 $docDir $manDir/man1
|
||||||
cd src
|
install -t $docDir -c -m 444 daa2iso.txt
|
||||||
make install PREFIX=$prefix
|
zcat $sourceDir2/daa2iso_0.1.7e-1.diff.gz | patch -p1
|
||||||
|
install -t $manDir/man1 -c -m 444 debian/daa2iso.1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user