wok diff aiksaurus/receipt @ rev 17238
dovecot, proftpd: CVE-2014-3566
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 18 14:31:43 2014 +0200 (2014-10-18) |
parents | affc0ad88f4c |
children | 3105f866bc3e |
line diff
1.1 --- a/aiksaurus/receipt Sat May 21 16:32:57 2011 +0000 1.2 +++ b/aiksaurus/receipt Sat Oct 18 14:31:43 2014 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="A cross-platform, open-source thesaurus." 1.6 MAINTAINER="gokhlayeh@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://aiksaurus.sourceforge.net/" 1.10 WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL" 1.11 @@ -25,7 +26,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/bin $_pkg/usr/share $fs/usr 1.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.17 + cp -a $install/usr/bin $install/usr/share $fs/usr 1.18 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.19 } 1.20