wok diff ldapvi/receipt @ rev 16015

glib: fix cross compilation to ARM :-)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 05 03:32:36 2014 +0100 (2014-03-05)
parents c4aae9bc6d5a
children 785c14b9427a
line diff
     1.1 --- a/ldapvi/receipt	Sat Oct 09 10:24:21 2010 +0200
     1.2 +++ b/ldapvi/receipt	Wed Mar 05 03:32:36 2014 +0100
     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()