wok diff ldapvi/receipt @ rev 16430

svkbd: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 18 10:26:47 2014 +0000 (2014-04-18)
parents c4aae9bc6d5a
children 785c14b9427a
line diff
     1.1 --- a/ldapvi/receipt	Sat Oct 09 10:24:21 2010 +0200
     1.2 +++ b/ldapvi/receipt	Fri Apr 18 10:26:47 2014 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Interactive LDAP client for Unix terminals."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.lichteblau.com/ldapvi/"
    1.10  WGET_URL="http://www.lichteblau.com/download/$TARBALL"
    1.11 +TAGS="LDAP"
    1.12 +
    1.13  DEPENDS="openldap glib popt openssl readline cyrus-sasl"
    1.14  BUILD_DEPENDS="openldap-dev glib-dev popt-dev openssl-dev ncurses-dev \
    1.15  readline-dev cyrus-sasl-dev"
    1.16 -TAGS="LDAP"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()