mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 21:30:08 +02:00
42 lines
1.0 KiB
Bash
42 lines
1.0 KiB
Bash
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
|
|
}
|