wok-next diff sleuthkit-dev/receipt @ rev 20095

Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 28 16:45:22 2017 +0300 (2017-10-28)
parents fbd3bf6502b5
children
line diff
     1.1 --- a/sleuthkit-dev/receipt	Sun Oct 16 07:24:52 2011 +0000
     1.2 +++ b/sleuthkit-dev/receipt	Sat Oct 28 16:45:22 2017 +0300
     1.3 @@ -5,15 +5,17 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="devel files for sleuthkit."
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="sleuthkit"
     1.8 +LICENSE="GPL2"
     1.9  WEB_SITE="http://www.sleuthkit.org/sleuthkit"
    1.10  WANTED="sleuthkit"
    1.11  
    1.12 +DEPENDS="sleuthkit"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/include $fs/usr
    1.20 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22  }
    1.23