wok diff lesstif/receipt @ rev 15425
Up: thunderbird-langpack-pt_PT (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:50 2013 +0100 (2013-11-03) |
parents | 73641efed1cc |
children | fd22b033a84a |
line diff
1.1 --- a/lesstif/receipt Mon Apr 23 16:30:27 2012 +0200 1.2 +++ b/lesstif/receipt Sun Nov 03 21:52:50 2013 +0100 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="An LGPL clone of Motif, which is a set of GUI widgets." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 +LICENSE="GPL2" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 +WEB_SITE="http://sourceforge.net/projects/lesstif/" 1.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 + 1.12 DEPENDS="glibc-base xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \ 1.13 xorg-libXdmcp xorg-libXext xorg-libXt util-linux-uuid freetype \ 1.14 xorg-libXp" 1.15 BUILD_DEPENDS="xorg-dev xorg-xextproto util-linux-uuid-dev" 1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WEB_SITE="http://sourceforge.net/projects/lesstif/" 1.18 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 @@ -24,16 +26,16 @@ 1.23 --includedir=/usr/include \ 1.24 $CONFIGURE_ARGS && 1.25 make && 1.26 - make -j 1 DESTDIR=$PWD/_pkg install 1.27 + make -j 1 DESTDIR=$DESTDIR install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 mkdir -p $fs/usr/lib 1.34 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.35 - cp -a $_pkg/usr/lib/LessTif $fs/usr/lib 1.36 - cp -a $_pkg/usr/lib/X11 $fs/usr/lib 1.37 - cp -a $_pkg/usr/bin $fs/usr 1.38 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.39 + cp -a $install/usr/lib/LessTif $fs/usr/lib 1.40 + cp -a $install/usr/lib/X11 $fs/usr/lib 1.41 + cp -a $install/usr/bin $fs/usr 1.42 } 1.43