wok-next diff grsync/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents d5aab818505e
children
line diff
     1.1 --- a/grsync/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/grsync/receipt	Fri Dec 28 05:11:49 2018 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://www.opbyte.it/release/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="gtk2-dev xorg-xorgproto perl-xml-parser intltool"
     1.8 +BUILD_DEPENDS="gtk2-dev xorgproto perl-xml-parser intltool"
     1.9  
    1.10  compile_rules() {
    1.11  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.12 @@ -34,5 +34,5 @@
    1.13  	cp -a $install/usr/share/grsync $fs/usr/share
    1.14  	sed -i s'|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/grsync-batch
    1.15  	chmod +x $fs/usr/bin/*
    1.16 -	DEPENDS="gtk2 rsync xorg-libXdamage acl"
    1.17 +	DEPENDS="gtk2 rsync libxdamage acl"
    1.18  }