wok rev 13144
obconf: use git compatible version with openbox 3.5.0
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 10 09:32:54 2012 +0200 (2012-07-10) |
parents | e042e287b664 |
children | 2e57311fbf5b |
files | obconf/receipt |
line diff
1.1 --- a/obconf/receipt Mon Jul 09 19:08:45 2012 +0200 1.2 +++ b/obconf/receipt Tue Jul 10 09:32:54 2012 +0200 1.3 @@ -2,12 +2,13 @@ 1.4 1.5 PACKAGE="obconf" 1.6 VERSION="2.0.3" 1.7 +GITTAG="500163e2c74cbbded0361574fd14d0a1168c1119" 1.8 CATEGORY="x-window" 1.9 SHORT_DESC="Openbox WM configuration interface." 1.10 MAINTAINER="pankso@slitaz.org" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://icculus.org/openbox/" 1.13 -WGET_URL="http://icculus.org/openbox/obconf/$TARBALL" 1.14 +WGET_URL="http://git.openbox.org/?p=dana/obconf.git;a=snapshot;h=$GITTAG;sf=tgz" 1.15 TAGS="openbox" 1.16 1.17 DEPENDS="openbox gtk+ libglade shared-mime-info xorg-libXdamage \ 1.18 @@ -19,6 +20,8 @@ 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 + export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11 -lobt -lobrender" 1.23 + autoreconf -f -i && 1.24 ./configure $CONFIGURE_ARGS && 1.25 sed -i 's/^mkdir_p = .*/mkdir_p = mkdir -p/' po/Makefile && 1.26 make && make install