wok diff gnustep-gui/receipt @ rev 22865

updated gnustep packages
author Hans-G?nter Theisgen
date Fri Feb 21 14:29:40 2020 +0100 (2020-02-21)
parents af8a8f177c6c
children 952323d1e45e
line diff
     1.1 --- a/gnustep-gui/receipt	Sat Sep 12 19:55:05 2015 +0200
     1.2 +++ b/gnustep-gui/receipt	Fri Feb 21 14:29:40 2020 +0100
     1.3 @@ -1,34 +1,37 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnustep-gui"
     1.7 -VERSION="0.20.0"
     1.8 +VERSION="0.27.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="GNUstep GUI class library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="http://www.gnustep.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.gnustep.org/"
    1.17  WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL"
    1.18  
    1.19 -DEPENDS="gnustep-base audiofile aspell giflib portaudio cups libcomerr3 \
    1.20 -libtasn1 jpeg tiff libpng"
    1.21 -BUILD_DEPENDS="gnustep-make gnustep-base-dev audiofile-dev aspell-dev giflib-dev \
    1.22 -portaudio-dev cups-dev libtasn1-dev tar jpeg-dev tiff-dev libpng-dev"
    1.23 +DEPENDS="audiofile aspell cups giflib gnustep-base jpeg libcomerr3 
    1.24 +	libpng libtasn1 portaudio tiff"
    1.25 +BUILD_DEPENDS="audiofile-dev aspell-dev cups-dev giflib-dev gnustep-base-dev 
    1.26 +	gnustep-make jpeg-dev libpng-dev libtasn1-dev portaudio-dev tiff-dev"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	./configure \
    1.32 -		--prefix=/usr \
    1.33 +	./configure		\
    1.34 +		--prefix=/usr	\
    1.35  		$CONFIGURE_ARGS &&
    1.36 -	make && make DESTDIR=$DESTDIR install
    1.37 +	make &&
    1.38 +	make DESTDIR=$DESTDIR install
    1.39  }
    1.40  
    1.41  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.42  genpkg_rules()
    1.43  {
    1.44  	mkdir -p $fs/usr/lib
    1.45 -	cp -a $install/usr/bin $fs/usr
    1.46 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.47 -	cp -a $install/usr/lib/GNUstep $fs/usr/lib
    1.48 -}
    1.49 \ No newline at end of file
    1.50 +
    1.51 +	cp -a $install/usr/bin		$fs/usr
    1.52 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.53 +	cp -a $install/usr/lib/GNUstep	$fs/usr/lib
    1.54 +}