wok diff davfs2/receipt @ rev 17127

libQtGui: if no exists write ~/.config/Trolltech.conf
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Sep 09 00:43:00 2014 +0200 (2014-09-09)
parents c4a1f99029e8
children 401224c936cc
line diff
     1.1 --- a/davfs2/receipt	Sat Apr 21 17:24:16 2012 +0200
     1.2 +++ b/davfs2/receipt	Tue Sep 09 00:43:00 2014 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Remote collaborative authoring of Web resources."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://savannah.nongnu.org/projects/$PACKAGE"
    1.10  WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL"
    1.11 +CONFIG_FILES="/etc/davfs2"
    1.12 +
    1.13  DEPENDS="openssl libkrb5 krb5 expat neon zlib libcomerr3"
    1.14  BUILD_DEPENDS="openssl-dev krb5-dev krb5 expat-dev neon-dev"
    1.15 -CONFIG_FILES="/etc/davfs2"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -19,15 +21,15 @@
    1.20  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.21  	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.22  	make &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/usr
    1.31 -	cp -a $_pkg/usr/sbin $fs/usr
    1.32 -	cp -a $_pkg/etc $fs
    1.33 +	cp -a $install/usr/sbin $fs/usr
    1.34 +	cp -a $install/etc $fs
    1.35  	sed -i -e 's/# dav_user/dav_user/' \
    1.36  	       -e 's/# dav_group/dav_group/' \
    1.37  	       -e 's/ davfs2 / www /' \