wok-next diff libksba/receipt @ rev 18465
libQtDBus: add /usr/bin/qdbus
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Oct 02 13:31:38 2015 +0200 (2015-10-02) |
parents | 871621a59544 |
children | ac006a7bf27c |
line diff
1.1 --- a/libksba/receipt Tue May 24 13:07:06 2011 +0200 1.2 +++ b/libksba/receipt Fri Oct 02 13:31:38 2015 +0200 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 }