wok-6.x rev 15102
xorg-xmessage: no more /usr/share/X11 ?
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 12:59:34 2013 +0000 (2013-08-14) |
parents | 09d3b153d4ed |
children | e936d31d469d |
files | tty-clock/receipt xorg-xmessage/receipt |
line diff
1.1 --- a/tty-clock/receipt Wed Aug 14 12:49:38 2013 +0000 1.2 +++ b/tty-clock/receipt Wed Aug 14 12:59:34 2013 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Analog ncurses clock." 1.5 MAINTAINER="paul@slitaz.org" 1.6 WEB_SITE="http://github.com/xorg62/tty-clock" 1.7 -TARBALL="PACKAGE-$VERSION.tgz" 1.8 +TARBALL="$PACKAGE-$VERSION.tgz" 1.9 TAGS="clock" 1.10 WGET_URL="git|$WEB_SITE.git" 1.11
2.1 --- a/xorg-xmessage/receipt Wed Aug 14 12:49:38 2013 +0000 2.2 +++ b/xorg-xmessage/receipt Wed Aug 14 12:59:34 2013 +0000 2.3 @@ -5,13 +5,14 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="Display a message or query in a window." 2.6 MAINTAINER="slaxemulator@gmail.com" 2.7 -DEPENDS="xorg-libXaw" 2.8 -BUILD_DEPENDS="xorg-libXaw-dev" 2.9 SOURCE="xmessage" 2.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.11 WEB_SITE="http://www.x.org/" 2.12 WGET_URL="$XORG_MIRROR/app/$TARBALL" 2.13 2.14 +DEPENDS="xorg-libXaw" 2.15 +BUILD_DEPENDS="xorg-libXaw-dev" 2.16 + 2.17 # Rules to configure and make the package. 2.18 compile_rules() 2.19 { 2.20 @@ -20,14 +21,13 @@ 2.21 --mandir=/usr/share/man --localstatedir=/var \ 2.22 $CONFIGURE_ARGS && 2.23 make && 2.24 - make DESTDIR=$PWD/_pkg install 2.25 + make DESTDIR=$DESTDIR install 2.26 } 2.27 2.28 # Rules to gen a SliTaz package suitable for Tazpkg. 2.29 genpkg_rules() 2.30 { 2.31 mkdir -p $fs/usr/share 2.32 - cp -a $_pkg/usr/bin $fs/usr 2.33 - cp -a $_pkg/usr/share/X11 $fs/usr/share 2.34 + cp -a $install/usr/bin $fs/usr 2.35 } 2.36