kumquat-buildroot/package/pv/pv.mk
Fabrice Fontaine 9e2e85df90 package/pv: bump to version 1.8.5
- Switch to tar.gz tarball as tar.bz2 is not available anymore
- License is GPL-3.0+ since
  e5cc71b4d2
- workarounds can be dropped as standard gnu automake is used since
  e99548ea8a

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>
2024-01-05 13:51:06 +01:00

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))