wok diff nss/receipt @ rev 15692
dpkg: Fix missing mkdir command
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sat Dec 21 08:21:32 2013 +0100 (2013-12-21) |
parents | 6d11967fcb51 |
children | d0a2183440f8 |
line diff
1.1 --- a/nss/receipt Mon Mar 18 20:48:03 2013 +0100 1.2 +++ b/nss/receipt Sat Dec 21 08:21:32 2013 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Mozilla Network Security Services (NSS)." 1.6 MAINTAINER="rocky@slitaz.org" 1.7 -DEPENDS="nspr sqlite zlib" 1.8 -BUILD_DEPENDS="nspr-dev sqlite-dev zlib-dev perl pkg-config" 1.9 +LICENSE="MPL" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.mozilla.org/projects/security/pki/nss/" 1.12 WGET_URL="ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${VERSION//./_}_RTM/src/${TARBALL}" 1.13 1.14 +DEPENDS="nspr sqlite zlib" 1.15 +BUILD_DEPENDS="nspr-dev sqlite-dev zlib-dev perl pkg-config" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {