wok diff splint/receipt @ rev 16315

ARM: add/up vala (0.24.0) + shared-mime-info (hope it will fix some gtk crash)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:57:01 2014 +0200 (2014-04-09)
parents b7319995b37e
children 877323c753e7
line diff
     1.1 --- a/splint/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/splint/receipt	Wed Apr 09 14:57:01 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  }