wok-6.x diff grsync/receipt @ rev 13646
Up: expedite (1.7.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Nov 16 00:31:15 2012 +0100 (2012-11-16) |
parents | 80d73b3d87a2 |
children | 380ffe05937a |
line diff
1.1 --- a/grsync/receipt Sat Feb 04 16:30:23 2012 +0100 1.2 +++ b/grsync/receipt Fri Nov 16 00:31:15 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 }