wok diff libksba/receipt @ rev 17903

smbclient: symlink smbspool to cups backend (again)
author Richard Dunbar <mojo@slitaz.org>
date Sat Apr 04 10:31:10 2015 -0400 (2015-04-04)
parents 871621a59544
children ac006a7bf27c
line diff
     1.1 --- a/libksba/receipt	Tue May 24 13:07:06 2011 +0200
     1.2 +++ b/libksba/receipt	Sat Apr 04 10:31:10 2015 -0400
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="Library to work with X.509 certificates, CMS data and related objects."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.gnupg.org/related_software/libksba/"
    1.10  WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL"
    1.11 @@ -26,5 +27,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.17  }