wok rev 13631

Up: grsync (1.2.2)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Nov 15 18:50:18 2012 +0100 (2012-11-15)
parents 59f046be5e44
children 736c634c3e0c
files grsync/receipt
line diff
     1.1 --- a/grsync/receipt	Wed Nov 14 21:49:55 2012 +0100
     1.2 +++ b/grsync/receipt	Thu Nov 15 18:50:18 2012 +0100
     1.3 @@ -1,19 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="grsync"
     1.7 -VERSION="1.2.1"
     1.8 +VERSION="1.2.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 acl"
    1.13 -BUILD_DEPENDS="gtk+-dev xorg-xproto perl-xml-parser intltool"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.opbyte.it/grsync/"
    1.16  WGET_URL="http://www.opbyte.it/release/$TARBALL"
    1.17  
    1.18 +DEPENDS="gtk+ rsync xorg-libXdamage acl"
    1.19 +BUILD_DEPENDS="gtk+-dev xorg-xproto perl-xml-parser intltool"
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 +	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.25 +	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    1.26  	cd $src
    1.27  	chmod +x install-sh
    1.28  	./configure \
    1.29 @@ -30,8 +33,8 @@
    1.30  genpkg_rules()
    1.31  {
    1.32      	mkdir -p $fs/usr/share
    1.33 -    	cp -a $_pkg/usr/bin $fs/usr
    1.34 -	cp -a $_pkg/usr/share/grsync $fs/usr/share
    1.35 +    	cp -a $install/usr/bin $fs/usr
    1.36 +	cp -a $install/usr/share/grsync $fs/usr/share
    1.37      	sed -i s'|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/grsync-batch
    1.38  	chmod +x $fs/usr/bin/*
    1.39  }