wok diff ivman/receipt @ rev 2239

netatalk-pam: add /etc/pam.d/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 14 13:13:31 2009 +0000 (2009-02-14)
parents 17c992676fd9
children d4b11bc7b0e1
line diff
     1.1 --- a/ivman/receipt	Thu Dec 18 10:45:44 2008 +0000
     1.2 +++ b/ivman/receipt	Sat Feb 14 13:13:31 2009 +0000
     1.3 @@ -8,8 +8,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://$PACKAGE.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 -BUILD_DEPENDS="hal-dev hal"
     1.8  DEPENDS="hal dbus glib libxml2"
     1.9 +BUILD_DEPENDS="$DEPENDS hal-dev dbus-dev glib-dev libxml2-dev"
    1.10  CONFIG_FILES="/etc/ivman"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13 @@ -25,9 +25,10 @@
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17 -	mkdir -p $fs/usr/share
    1.18 +	mkdir -p $fs/usr
    1.19  	cp -a $_pkg/etc $fs
    1.20  	cp -a $_pkg/usr/bin $fs/usr
    1.21 -	cp -a $_pkg/usr/share/locale $fs/usr/share
    1.22 +	cp -a stuff/*.xml $fs/etc/ivman
    1.23 +	sed -i s/'bash'/'sh'/ $fs/usr/bin/ivman-launch
    1.24  }
    1.25