mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
14 lines
370 B
Makefile
14 lines
370 B
Makefile
################################################################################
|
|
#
|
|
# pv
|
|
#
|
|
################################################################################
|
|
|
|
PV_VERSION = 1.9.0
|
|
PV_SITE = https://www.ivarch.com/programs/sources
|
|
PV_LICENSE = GPL-3.0+
|
|
PV_LICENSE_FILES = docs/COPYING
|
|
PV_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
|
|
|
$(eval $(autotools-package))
|