wok diff xcircuit/receipt @ rev 22491
updated apr and apr-dev (1.4.6 -> 1.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 31 14:21:42 2019 +0100 (2019-12-31) |
parents | c89ebe633ac5 |
children | 162ce5a95e8f |
line diff
1.1 --- a/xcircuit/receipt Sat Oct 19 18:20:40 2019 +0200 1.2 +++ b/xcircuit/receipt Tue Dec 31 14:21:42 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 }