wok diff xfconf/receipt @ rev 14831
Up: xfconf* (4.10.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jul 17 13:54:50 2013 +0200 (2013-07-17) |
parents | 0cdfcdc0e0e0 |
children | 380ffe05937a |
line diff
1.1 --- a/xfconf/receipt Sun Jan 30 20:26:53 2011 +0000 1.2 +++ b/xfconf/receipt Wed Jul 17 13:54:50 2013 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfconf" 1.7 -VERSION="4.8.0" 1.8 +VERSION="4.10.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xfce Copnfiguration Utility" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -20,7 +20,7 @@ 1.13 --infodir=/usr/share/info \ 1.14 --disable-debug \ 1.15 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.16 - make && make DESTDIR=$PWD/_pkg install 1.17 + make && make install 1.18 } 1.19 1.20 1.21 @@ -32,11 +32,11 @@ 1.22 $fs/usr/share/locale 1.23 1.24 1.25 - cp -a $_pkg/usr/bin $fs/usr 1.26 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.27 - cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib 1.28 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.29 - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 1.30 + cp -a $install/usr/bin $fs/usr 1.31 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.32 + cp -a $install/usr/lib/xfce4 $fs/usr/lib 1.33 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 1.34 + cp -a $install/usr/share/dbus-1 $fs/usr/share 1.35 1.36 strip -s $fs/usr/lib/xfce4/$PACKAGE/* 1.37 }