wok rev 22018

updated xcircuit (3.7.32 -> 3.10.12)
author Hans-G?nter Theisgen
date Sat Oct 19 17:56:32 2019 +0100 (2019-10-19)
parents c89ebe633ac5
children db46d017dfe4
files xcircuit/receipt
line diff
     1.1 --- a/xcircuit/receipt	Sat Oct 19 18:20:40 2019 +0200
     1.2 +++ b/xcircuit/receipt	Sat Oct 19 17:56:32 2019 +0100
     1.3 @@ -1,32 +1,36 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xcircuit"
     1.7 -VERSION="3.7.32"
     1.8 +VERSION="3.10.12"
     1.9  CATEGORY="graphics"
    1.10 -SHORT_DESC="A program for drawing publishable-quality electrical circuit schematic diagrams"
    1.11 +SHORT_DESC="A program for drawing publishable-quality electrical circuit schematic diagrams."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://opencircuitdesign.com/xcircuit/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tgz"
    1.17 -WEB_SITE="http://opencircuitdesign.com/xcircuit"
    1.18 -WGET_URL="http://opencircuitdesign.com/xcircuit/archive/$TARBALL"
    1.19 +WGET_URL="${WEB_SITE}archive/$TARBALL"
    1.20  
    1.21 -DEPENDS="tcl tk xorg-libXpm zlib"
    1.22 -BUILD_DEPENDS="tk-dev tcl-dev xorg-libXpm-dev xorg-libXt-dev zlib-dev automake"
    1.23 +DEPENDS="cairo tcl tk xorg-libXpm zlib"
    1.24 +BUILD_DEPENDS="automake cairo-dev tcl-dev tk-dev xorg-libXpm-dev xorg-libXt-dev zlib-dev"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	./configure prefix=/usr \
    1.30 -		--with-tcl=/usr/lib \
    1.31 -		--with-tk=/usr/lib \
    1.32 +	./configure			\
    1.33 +		--prefix=/usr		\
    1.34 +		--with-tcl=/usr/lib	\
    1.35 +		--with-tk=/usr/lib	\
    1.36  		$CONFIGURE_ARGS &&
    1.37 -	make && make DESTDIR=$DESTDIR install
    1.38 +	make &&
    1.39 +	make DESTDIR=$DESTDIR install
    1.40  }
    1.41  
    1.42  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.43  genpkg_rules()
    1.44  {
    1.45  	mkdir -p $fs/usr/lib
    1.46 -	cp -a $install/usr/bin $fs/usr
    1.47 -	cp -a $install/usr/lib/$PACKAGE-${VERSION%.*} $fs/usr/lib
    1.48 +
    1.49 +	cp -a $install/usr/bin				$fs/usr
    1.50 +	cp -a $install/usr/lib/$PACKAGE-${VERSION%.*}	$fs/usr/lib
    1.51  }