wok-stable diff xcircuit/receipt @ rev 9761
libtaz: FIX tarball name (was taz.bz2) but cool you use by default bz2
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 15:20:58 2011 +0200 (2011-05-11) |
parents | 620e179d9d9e |
children | b7319995b37e |
line diff
1.1 --- a/xcircuit/receipt Sun Oct 10 01:18:53 2010 +0000 1.2 +++ b/xcircuit/receipt Wed May 11 15:20:58 2011 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="A program for drawing publishable-quality electrical circuit schematic diagrams" 1.5 MAINTAINER="slaxemulator@gmail.com" 1.6 DEPENDS="tcl tk xorg-libXpm zlib" 1.7 -BUILD_DEPENDS="tk-dev tcl-dev xorg-libXpm-dev xorg-libXt-dev xorg-dev-proto zlib-dev automake" 1.8 +BUILD_DEPENDS="tk-dev tcl-dev xorg-libXpm-dev xorg-libXt-dev zlib-dev automake" 1.9 TARBALL="$PACKAGE-$VERSION.tgz" 1.10 WEB_SITE="http://opencircuitdesign.com/xcircuit" 1.11 WGET_URL="http://opencircuitdesign.com/xcircuit/archive/$TARBALL" 1.12 @@ -14,14 +14,12 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 + cd $src/$PACKAGE-$VERSION 1.18 sed -i 's|am__api_version="1.9"|am__api_version="1.11"|' configure 1.19 ./configure prefix=/usr \ 1.20 --with-tcl=/usr/lib \ 1.21 - --with-tk=/usr/lib \ 1.22 - --mandir=/usr/share/man \ 1.23 - $CONFIGURE_ARGS && 1.24 - make && make DESTDIR=$PWD/_pkg install 1.25 + --with-tk=/usr/lib && 1.26 + make && make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.