wok diff vte/receipt @ rev 10402
remove udev-light (no sense now)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 24 03:16:38 2011 +0200 (2011-05-24) |
parents | e26d9d190eeb |
children | cbebb3eed7c2 |
line diff
1.1 --- a/vte/receipt Thu Dec 23 17:18:37 2010 +0000 1.2 +++ b/vte/receipt Tue May 24 03:16:38 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="vte" 1.7 -VERSION="0.26.2" 1.8 +VERSION="0.28.0" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Terminal capabilities for GTK+ widgets." 1.11 DEPENDS="gtk+ ncurses xorg-libXdamage" 1.12 @@ -9,7 +9,7 @@ 1.13 MAINTAINER="pankso@slitaz.org" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.gnome.org/" 1.16 -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.18 LOCALE="" 1.19 1.20 # Rules to configure and make the package. 1.21 @@ -17,17 +17,13 @@ 1.22 { 1.23 cd $src 1.24 ./configure \ 1.25 - --prefix=/usr \ 1.26 --libexecdir=/usr/lib/vte \ 1.27 - --infodir=/usr/share/info \ 1.28 - --mandir=/usr/share/man \ 1.29 --with-html-dir=/usr/share/doc \ 1.30 --with-pcre \ 1.31 --disable-static \ 1.32 --enable-introspection \ 1.33 $CONFIGURE_ARGS && 1.34 - make && 1.35 - make DESTDIR=$PWD/_pkg install 1.36 + make && make install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg. 1.40 @@ -38,7 +34,6 @@ 1.41 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.42 cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib 1.43 cp -a $_pkg/usr/lib/vte $fs/usr/lib 1.44 - cp -a $_pkg/usr/lib/vte-0.0 $fs/usr/lib 1.45 cp -a $_pkg/usr/share/vte $fs/usr/share 1.46 cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib 1.47 cp -a $_pkg/usr/share/pygtk $fs/usr/share