wok diff pv/receipt @ rev 16888
libQtSql: what if to add BUILD_DEPENDS line, let full Qt cooking will be after update
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Jul 14 02:44:23 2014 +0000 (2014-07-14) |
parents | bf4a09ef1d2e |
children | b1f5d3871897 |
line diff
1.1 --- a/pv/receipt Fri Oct 18 22:13:53 2013 +0000 1.2 +++ b/pv/receipt Mon Jul 14 02:44:23 2014 +0000 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 {