wok diff gmime-dev/receipt @ rev 21347

updated libxklavier and libxklavier-dev again (5.0 -> 5.4)
author Hans-G?nter Theisgen
date Sat Apr 20 16:05:22 2019 +0100 (2019-04-20)
parents 8ed62ecac0c7
children 2622a9066658
line diff
     1.1 --- a/gmime-dev/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.2 +++ b/gmime-dev/receipt	Sat Apr 20 16:05:22 2019 +0100
     1.3 @@ -1,22 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gmime-dev"
     1.7 -VERSION="2.6.7"
     1.8 +VERSION="3.2.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="library for parsing messages using MIME"
    1.11 +SHORT_DESC="Library for parsing messages using MIME."
    1.12  MAINTAINER="allan316@gmail.com"
    1.13  LICENSE="LGPL2.1"
    1.14  WEB_SITE="http://spruce.sourceforge.net/gmime"
    1.15 +
    1.16  WANTED="gmime"
    1.17 -
    1.18  DEPENDS="gmime gpgme-dev pkg-config"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.26 +	cp -a $install/usr/include	 $fs/usr
    1.27 +	cp -a $install/usr/lib/*.*a	 $fs/usr/lib
    1.28  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.29  }
    1.30 -