diff options
Diffstat (limited to 'package/pv/pv.mk')
-rw-r--r-- | package/pv/pv.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/pv/pv.mk b/package/pv/pv.mk new file mode 100644 index 000000000..5f15f5b54 --- /dev/null +++ b/package/pv/pv.mk @@ -0,0 +1,11 @@ +####################### +# +# pv - Pipe Viewer +# +####################### + +PV_VERSION = 1.2.0 +PV_SOURCE = pv-$(PV_VERSION).tar.bz2 +PV_SITE = http://pipeviewer.googlecode.com/files + +$(eval $(call AUTOTARGETS)) |