wok rev 4435

Up: grsync (0.9.2)
author Paul Issott <paul@slitaz.org>
date Sat Oct 31 13:56:01 2009 +0000 (2009-10-31)
parents 72ce8bc69a62
children 3a4abb3b1134
files grsync/receipt
line diff
     1.1 --- a/grsync/receipt	Tue Oct 27 12:37:19 2009 +0000
     1.2 +++ b/grsync/receipt	Sat Oct 31 13:56:01 2009 +0000
     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  }