wok-current diff netatalk-pam/receipt @ rev 14198
move to undigest: xorg-xf86-video-sis xorg-xf86-video-savage xorg-xf86-video-r128 xorg-xf86-video-openchrome xorg-xf86-video-mga xorg-xf86-video-mach64
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 13 10:16:45 2013 +0100 (2013-03-13) |
parents | 2ad34d8fdfe7 |
children | 380ffe05937a |
line diff
1.1 --- a/netatalk-pam/receipt Sun Feb 27 01:38:28 2011 +0100 1.2 +++ b/netatalk-pam/receipt Wed Mar 13 10:16:45 2013 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="netatalk-pam" 1.7 -VERSION="2.1.5" 1.8 +VERSION="2.2.3" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="The AppleTalk Protocol Suite using PAM." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -23,18 +23,18 @@ 1.13 --libexecdir=/usr/lib/netatalk \ 1.14 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.15 make && 1.16 - make DESTDIR=$PWD/_pkg install 1.17 + make DESTDIR=$DESTDIR install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/share $fs/usr/lib 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 - cp -a $_pkg/usr/sbin $fs/usr 1.26 - cp -a $_pkg/usr/lib/netatalk $fs/usr/lib 1.27 - cp -a $_pkg/etc $fs 1.28 - cp -a stuff/etc $fs 1.29 + cp -a $install/usr/bin $fs/usr 1.30 + cp -a $install/usr/sbin $fs/usr 1.31 + cp -a $install/usr/lib/netatalk $fs/usr/lib 1.32 + cp -a $install/etc $fs 1.33 + cp -a $stuff/etc $fs 1.34 rm -f $fs/etc/netatalk/uams/*a 1.35 } 1.36