wok diff gpgme-dev/receipt @ rev 17005

Add pulseaudio
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 13:55:28 2014 +0200 (2014-08-12)
parents 76193b8835cc
children ac006a7bf27c
line diff
     1.1 --- a/gpgme-dev/receipt	Mon Jun 25 08:58:46 2012 +0000
     1.2 +++ b/gpgme-dev/receipt	Tue Aug 12 13:55:28 2014 +0200
     1.3 @@ -5,17 +5,19 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="C language library that allows to add support for cryptography to a program."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="gpgme libassuan-dev libgpg-error-dev"
     1.8 +LICENSE="GPL2"
     1.9  WEB_SITE="http://www.gnupg.org/gpgme.html"
    1.10  WANTED="gpgme"
    1.11  
    1.12 +DEPENDS="gpgme libassuan-dev libgpg-error-dev"
    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 $fs/usr/share
    1.18 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/include $fs/usr
    1.20 -	cp -a $_pkg/usr/bin $fs/usr
    1.21 -	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.22 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.23 +	cp -a $install/usr/include $fs/usr
    1.24 +	cp -a $install/usr/bin $fs/usr
    1.25 +	cp -a $install/usr/share/aclocal $fs/usr/share
    1.26  }
    1.27