wok-current diff ldapvi/receipt @ rev 16844
smplayer: switch to optimized backend
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jul 12 20:01:21 2014 +0000 (2014-07-12) |
parents | c4aae9bc6d5a |
children | 785c14b9427a |
line diff
1.1 --- a/ldapvi/receipt Sat Oct 09 10:24:21 2010 +0200 1.2 +++ b/ldapvi/receipt Sat Jul 12 20:01:21 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()