wok-6.x diff splint/receipt @ rev 17248
libgringotts: fix bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 19 11:51:39 2014 +0200 (2014-10-19) |
parents | b7319995b37e |
children | 877323c753e7 |
line diff
1.1 --- a/splint/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/splint/receipt Sun Oct 19 11:51:39 2014 +0200 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="A tool for statically checking C programs for security vulnerabilities and coding mistakes." 1.6 MAINTAINER="rocky@slitaz.org" 1.7 -BUILD_DEPENDS="flex" 1.8 +LICENSE="GPL2" 1.9 TARBALL="$PACKAGE-$VERSION.src.tgz" 1.10 WEB_SITE="http://www.splint.org/" 1.11 WGET_URL="http://www.splint.org/downloads/$TARBALL" 1.12 1.13 +BUILD_DEPENDS="flex" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -21,6 +23,6 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr 1.22 - cp -a $_pkg/usr/bin $fs/usr 1.23 - cp -a $_pkg/usr/share $fs/usr 1.24 + cp -a $install/usr/bin $fs/usr 1.25 + cp -a $install/usr/share $fs/usr 1.26 }