wok diff wxdfast/receipt @ rev 22805

updated gawk (4.2.1 -> 5.0.1)
author Hans-G?nter Theisgen
date Tue Jan 28 10:03:39 2020 +0100 (2020-01-28)
parents 380ffe05937a
children 3105f866bc3e
line diff
     1.1 --- a/wxdfast/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/wxdfast/receipt	Tue Jan 28 10:03:39 2020 +0100
     1.3 @@ -10,14 +10,12 @@
     1.4  WEB_SITE="http://dfast.sourceforge.net/index.html"
     1.5  WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/dfast/$TARBALL"
     1.6  
     1.7 -DEPENDS="wxWidgets xorg-libXdamage xorg-libXxf86vm"
     1.8 -BUILD_DEPENDS="wxWidgets-dev"
     1.9 +DEPENDS="wxWidgets28 xorg-libXdamage xorg-libXxf86vm"
    1.10 +BUILD_DEPENDS="wxWidgets28-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	
    1.16 -	cd $src
    1.17  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.18  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19  	make &&
    1.20 @@ -28,14 +26,12 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr \
    1.24 -	 $fs/usr/share \
    1.25 -	 $fs/usr/share/locale
    1.26 -	
    1.27 +		$fs/usr/share \
    1.28 +		$fs/usr/share/locale
    1.29 +
    1.30  	cp -a $install/usr/bin $fs/usr
    1.31  	cp -a $install/usr/share/wxdfast $fs/usr/share
    1.32  	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.33  	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.34  	cp -a $install/usr/share/applications $fs/usr/share
    1.35 -
    1.36  }
    1.37 -