wok-next rev 9161
Up: gtk-xfce-engine to 2.8.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Mar 07 15:47:48 2011 +0000 (2011-03-07) |
parents | af5771e68fb9 |
children | b21192024406 |
files | gtk-xfce-engine/receipt |
line diff
1.1 --- a/gtk-xfce-engine/receipt Mon Mar 07 20:28:56 2011 +0100 1.2 +++ b/gtk-xfce-engine/receipt Mon Mar 07 15:47:48 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gtk-xfce-engine" 1.7 -VERSION="2.6.0" 1.8 +VERSION="2.8.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="GTK engine for Xfce" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -9,15 +9,13 @@ 1.13 BUILD_DEPENDS="gtk+-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.xfce.org/" 1.16 -WGET_URL="$WEB_SITE/archive/xfce/4.6.1/src/$TARBALL" 1.17 +WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.24 - --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.25 - make && make DESTDIR=$PWD/_pkg install 1.26 + ./configure && make && make install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.