mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
pkgdiff: new port for 1.7.2 (#7927)
This commit is contained in:
41
dev-util/pkgdiff/pkgdiff-1.7.2.recipe
Normal file
41
dev-util/pkgdiff/pkgdiff-1.7.2.recipe
Normal file
@@ -0,0 +1,41 @@
|
||||
SUMMARY="Tool for visualizing changes in software packages"
|
||||
DESCRIPTION=" Package changes analyzer is a tool for visualizing changes in \
|
||||
software packages (RPM, DEB, tar.gz, hpkg, .etc). \
|
||||
The tool is intended for maintainers who are interested in ensuring \
|
||||
compatibility of old and new versions of packages. \
|
||||
The tool generates HTML reports to visualize the changes between two packages."
|
||||
HOMEPAGE="https://lvc.github.io/pkgdiff/"
|
||||
COPYRIGHT="2012-2016 Andrey Ponomarenko's ABI Laboratory"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/lvc/pkgdiff/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d0ef5c8ef04f019f00c3278d988350201becfbe40d04b734defd5789eaa0d321"
|
||||
SOURCE_FILENAME="pkgdiff-$portVersion.tar.gz"
|
||||
PATCHES="pkgdiff-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
pkgdiff = $portVersion
|
||||
cmd:pkgdiff = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:awk
|
||||
cmd:diff
|
||||
cmd:readelf
|
||||
cmd:wdiff
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
perl Makefile.pl --install --prefix=$prefix
|
||||
}
|
||||
Reference in New Issue
Block a user