wok diff samba/receipt @ rev 4784

Add: vim-tiny (textmode only).
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jan 16 22:55:00 2010 +0100 (2010-01-16)
parents b2f5f8681d26
children c3b6da071491
line diff
     1.1 --- a/samba/receipt	Thu Oct 15 19:44:10 2009 +0000
     1.2 +++ b/samba/receipt	Sat Jan 16 22:55:00 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="samba"
     1.7 -VERSION="3.2.14"
     1.8 +VERSION="3.4.4"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="File and print services with SMB/CIFS."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,15 +9,15 @@
    1.13  WEB_SITE="http://samba.org/"
    1.14  WGET_URL="${WEB_SITE}$PACKAGE/ftp/stable/$TARBALL"
    1.15  BUILD_DEPENDS="libldap openldap openldap-dev cups cups-dev"
    1.16 -DEPENDS="libldap smbclient perl cups glibc-extra-samba ncurses popt zlib"
    1.17 -SUGGESTED="gamin"
    1.18 +DEPENDS="libldap smbclient glibc-extra-samba ncurses popt zlib smbfs"
    1.19 +SUGGESTED="gamin cups perl"
    1.20  CONFIG_FILES="/etc/samba"
    1.21  BUGS="Open directory needs MIT kerberos support (krb5)"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src/source
    1.27 +	cd $src/source3
    1.28  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.29  	--with-piddir=/var/run/samba --with-lockdir=/var/run/samba \
    1.30  	--with-winbind --with-ldap --with-fhs --enable-cups --enable-swat \