wok diff polipo/receipt @ rev 15870
linux: fix stupid typo! Now linux64 and linux without modules will build
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Jan 31 19:46:06 2014 +0100 (2014-01-31) |
parents | 7e4d83d8ae14 |
children | cc6a579503a6 |
line diff
1.1 --- a/polipo/receipt Wed Sep 22 19:40:07 2010 +0000 1.2 +++ b/polipo/receipt Fri Jan 31 19:46:06 2014 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Small and fast caching web proxy." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="" 1.8 -BUILD_DEPENDS="texinfo" 1.9 +LICENSE="MIT" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.pps.jussieu.fr/~jch/software/polipo/" 1.12 WGET_URL="http://freehaven.net/~chrisd/polipo/$TARBALL" 1.13 1.14 +DEPENDS="" 1.15 +BUILD_DEPENDS="texinfo" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {