blob: 284b388286543d3f2c593503438fb2c836c6faaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#######################
#
# pv - Pipe Viewer
#
#######################
PV_VERSION = 1.2.0
PV_SOURCE = pv-$(PV_VERSION).tar.bz2
PV_SITE = http://pipeviewer.googlecode.com/files
$(eval $(autotools-package))
|