wok diff grsync/receipt @ rev 4864

Add: pidgin-libnotify
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 04 22:20:24 2010 +0100 (2010-02-04)
parents 3ef0eab3de81
children 145db7697c73
line diff
     1.1 --- a/grsync/receipt	Sun Jun 28 23:12:51 2009 +0200
     1.2 +++ b/grsync/receipt	Thu Feb 04 22:20:24 2010 +0100
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="grsync"
     1.7 -VERSION="0.9.1"
     1.8 +VERSION="0.9.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="GTK+ intuitive interface to rsync."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="gtk+ rsync xorg-libXdamage"
    1.13 +DEPENDS="gtk+ rsync xorg-libXdamage acl"
    1.14  BUILD_DEPENDS="gtk+-dev xorg-xproto perl-xml-parser intltool"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://www.opbyte.it/grsync/"
    1.17 @@ -28,9 +28,9 @@
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21 -    mkdir -p $fs/usr/share
    1.22 -    cp -a $_pkg/usr/bin $fs/usr
    1.23 +    	mkdir -p $fs/usr/share
    1.24 +    	cp -a $_pkg/usr/bin $fs/usr
    1.25  	cp -a $_pkg/usr/share/grsync $fs/usr/share
    1.26 -    sed -i s'|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/grsync-batch
    1.27 +    	sed -i s'|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/grsync-batch
    1.28  	chmod +x $fs/usr/bin/*
    1.29  }