wok-current diff libxfce4util/receipt @ rev 11059
Up; pcmciautils to 018.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 23:36:55 2011 +0000 (2011-10-16) |
parents | 387cedf281f4 |
children | 6eff489aa802 |
line diff
1.1 --- a/libxfce4util/receipt Fri Jul 16 08:01:04 2010 +0200 1.2 +++ b/libxfce4util/receipt Sun Oct 16 23:36:55 2011 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxfce4util" 1.7 -VERSION="4.6.2" 1.8 +VERSION="4.8.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xfce Utility library" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 DEPENDS="gtk+" 1.13 -BUILD_DEPENDS="gtk+-dev" 1.14 +BUILD_DEPENDS="gtk+-dev intltool" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://www.xfce.org" 1.17 -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" 1.18 +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 @@ -17,6 +17,7 @@ 1.23 cd $src 1.24 ./configure --prefix=/usr \ 1.25 --infodir=/usr/share/info \ 1.26 + --disable-debug \ 1.27 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.28 make && make DESTDIR=$PWD/_pkg install 1.29 }