wok diff xterm/receipt @ rev 11143
Up: wget to 1.13.4.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 26 21:18:41 2011 +0000 (2011-10-26) |
parents | 1e023dcbed0e |
children | 93e96ae3bf16 |
line diff
1.1 --- a/xterm/receipt Wed Apr 13 10:50:54 2011 +0000 1.2 +++ b/xterm/receipt Wed Oct 26 21:18:41 2011 +0000 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xterm" 1.7 -VERSION="269" 1.8 +VERSION="276" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="X Terminal emulator." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 +TARBALL="$PACKAGE-$VERSION.tgz" 1.13 +WEB_SITE="http://invisible-island.net/xterm/" 1.14 +WGET_URL="ftp://invisible-island.net/xterm/$TARBALL" 1.15 + 1.16 DEPENDS="expat fontconfig freetype ncurses xorg-libXft xorg-libXt xorg-libXaw" 1.17 BUILD_DEPENDS="expat-dev fontconfig-dev freetype-dev ncurses-dev \ 1.18 xorg-libXft-dev xorg-libXt-dev xorg-libXaw-dev" 1.19 -TARBALL="$PACKAGE-$VERSION.tgz" 1.20 -WEB_SITE="http://invisible-island.net/xterm/" 1.21 -WGET_URL="ftp://invisible-island.net/xterm/$TARBALL" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 @@ -27,7 +28,7 @@ 1.26 --enable-doublechars \ 1.27 $CONFIGURE_ARGS && 1.28 make && 1.29 - make DESTDIR=$PWD/_pkg install 1.30 + make DESTDIR=$DESTDIR install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg.