wok diff netatalk-pam/receipt @ rev 8692

Switch back to mercurial, home sweet home :)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 17 19:06:05 2011 +0100 (2011-02-17)
parents 5b44af8c1257
children 2ad34d8fdfe7
line diff
     1.1 --- a/netatalk-pam/receipt	Sun Feb 28 16:38:48 2010 +0100
     1.2 +++ b/netatalk-pam/receipt	Thu Feb 17 19:06:05 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="netatalk-pam"
     1.7 -VERSION="2.0.3"
     1.8 +VERSION="2.1.5"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The AppleTalk Protocol Suite using PAM."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -19,9 +19,6 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	[ -f done.netatalk-2.0.3-newer-db.patch ] || \
    1.17 -		patch -p1  < ../../$SOURCE/stuff/netatalk-2.0.3-newer-db.patch
    1.18 -	touch done.netatalk-2.0.3-newer-db.patch
    1.19  	./configure --with-pam --prefix=/usr --sysconfdir=/etc \
    1.20  	--libexecdir=/usr/lib/netatalk \
    1.21  	--mandir=/usr/share/man $CONFIGURE_ARGS &&