wok diff splint/receipt @ rev 16816
Up glib glib-dev (2.41.1)
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Thu Jul 10 23:16:02 2014 -0300 (2014-07-10) |
parents | b7319995b37e |
children | 877323c753e7 |
line diff
1.1 --- a/splint/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/splint/receipt Thu Jul 10 23:16:02 2014 -0300 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 }