wok diff netatalk/receipt @ rev 11862

nspr-dev: add nspr-config
author Dominique Corbex <domcox@slitaz.org>
date Mon Feb 27 20:16:10 2012 +0100 (2012-02-27)
parents 5b44af8c1257
children 9fb2b5586121
line diff
     1.1 --- a/netatalk/receipt	Sun Feb 28 16:38:48 2010 +0100
     1.2 +++ b/netatalk/receipt	Mon Feb 27 20:16:10 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="netatalk"
     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."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -17,9 +17,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  < ../stuff/netatalk-2.0.3-newer-db.patch
    1.18 -	touch done.netatalk-2.0.3-newer-db.patch
    1.19  	sed -i  -e 's/pam =/pam_x =/' -e 's/USE_PAM, 1,/USE_PAM, 0,/' \
    1.20  		-e 's/pam_so =/pam_so_x =/' configure.in
    1.21  	./configure --without-pam --prefix=/usr --sysconfdir=/etc \