wok diff pv/receipt @ rev 17562
syslinux/iso2exe: use iso size to compute md5sum
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 07 15:39:46 2015 +0100 (2015-02-07) |
parents | bf4a09ef1d2e |
children | b1f5d3871897 |
line diff
1.1 --- a/pv/receipt Fri Oct 18 22:13:53 2013 +0000 1.2 +++ b/pv/receipt Sat Feb 07 15:39:46 2015 +0100 1.3 @@ -6,11 +6,13 @@ 1.4 SHORT_DESC="pipe viewer for monitoring data through a pipeline" 1.5 MAINTAINER="allan316@gmail.com" 1.6 LICENSE="Artistic" 1.7 -DEPENDS="" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.ivarch.com/programs/pv.shtml" 1.10 WGET_URL="http://pipeviewer.googlecode.com/files/$TARBALL" 1.11 1.12 +DEPENDS="" 1.13 +BUILD_DEPENDS="gettext" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 {