9e2e85df90
- Switch to tar.gz tarball as tar.bz2 is not available anymore - License is GPL-3.0+ sincee5cc71b4d2
- workarounds can be dropped as standard gnu automake is used sincee99548ea8a
https://codeberg.org/a-j-wood/pv/src/tag/v1.8.5/docs/NEWS.md Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
369 B
Makefile
14 lines
369 B
Makefile
################################################################################
|
|
#
|
|
# pv
|
|
#
|
|
################################################################################
|
|
|
|
PV_VERSION = 1.8.5
|
|
PV_SITE = http://www.ivarch.com/programs/sources
|
|
PV_LICENSE = GPL-3.0+
|
|
PV_LICENSE_FILES = docs/COPYING
|
|
PV_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
|
|
|
$(eval $(autotools-package))
|