wok rev 21631
updated openmotif packages (2.3.2 -> 2.3.8)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 28 14:54:31 2019 +0100 (2019-05-28) |
parents | 4b9ad2d4ee30 |
children | 9eb4a7f42423 |
files | openmotif-demo/receipt openmotif-dev/receipt openmotif-man/receipt openmotif/receipt |
line diff
1.1 --- a/openmotif-demo/receipt Tue May 28 13:37:38 2019 +0100 1.2 +++ b/openmotif-demo/receipt Tue May 28 14:54:31 2019 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="openmotif-demo" 1.7 -VERSION="2.3.2" 1.8 -CATEGORY="non-free" 1.9 -SHORT_DESC="source code version of Motif under a public license, demo files." 1.10 +VERSION="2.3.8" 1.11 +CATEGORY="development" 1.12 +SHORT_DESC="Source code version of Motif under a public license, demo files." 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 -LICENSE="other" 1.15 -WEB_SITE="http://www.motifzone.org/" 1.16 -WANTED="openmotif" 1.17 +LICENSE="LGPL 2.1" 1.18 +WEB_SITE="http://www.opengroup.org/openmotif/" 1.19 1.20 DEPENDS="openmotif openmotif-dev" 1.21 +WANTED="openmotif" 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules()
2.1 --- a/openmotif-dev/receipt Tue May 28 13:37:38 2019 +0100 2.2 +++ b/openmotif-dev/receipt Tue May 28 14:54:31 2019 +0100 2.3 @@ -1,21 +1,23 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="openmotif-dev" 2.7 -VERSION="2.3.2" 2.8 -CATEGORY="non-free" 2.9 -SHORT_DESC="source code version of Motif under a public license, development files." 2.10 +VERSION="2.3.8" 2.11 +CATEGORY="development" 2.12 +SHORT_DESC="Source code version of Motif under a public license, development files." 2.13 MAINTAINER="pascal.bellard@slitaz.org" 2.14 -LICENSE="other" 2.15 -WEB_SITE="http://www.motifzone.org/" 2.16 -WANTED="openmotif" 2.17 +LICENSE="LGPL 2.1" 2.18 +WEB_SITE="http://www.opengroup.org/openmotif/" 2.19 2.20 DEPENDS="openmotif util-linux-uuid xorg-printproto" 2.21 +WANTED="openmotif" 2.22 2.23 # Rules to gen a SliTaz package suitable for Tazpkg. 2.24 genpkg_rules() 2.25 { 2.26 - mkdir -p $fs/usr/lib $fs/usr/bin 2.27 - cp -a $install/usr/lib/*a $fs/usr/lib 2.28 - cp -a $install/usr/bin/uil $fs/usr/bin 2.29 - cp -a $install/usr/include $fs/usr 2.30 + mkdir -p $fs/usr/lib 2.31 + mkdir -p $fs/usr/bin 2.32 + 2.33 + cp -a $install/usr/lib/*a $fs/usr/lib 2.34 + cp -a $install/usr/bin/uil $fs/usr/bin 2.35 + cp -a $install/usr/include $fs/usr 2.36 }
3.1 --- a/openmotif-man/receipt Tue May 28 13:37:38 2019 +0100 3.2 +++ b/openmotif-man/receipt Tue May 28 14:54:31 2019 +0100 3.3 @@ -1,12 +1,13 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="openmotif-man" 3.7 -VERSION="2.3.2" 3.8 -CATEGORY="non-free" 3.9 -SHORT_DESC="source code version of Motif under a public license, manual pages." 3.10 +VERSION="2.3.8" 3.11 +CATEGORY="development" 3.12 +SHORT_DESC="Source code version of Motif under a public license, manual pages." 3.13 MAINTAINER="pascal.bellard@slitaz.org" 3.14 -LICENSE="other" 3.15 -WEB_SITE="http://www.motifzone.org/" 3.16 +LICENSE="LGPL 2.1" 3.17 +WEB_SITE="http://www.opengroup.org/openmotif/" 3.18 + 3.19 WANTED="openmotif" 3.20 3.21 # Rules to gen a SliTaz package suitable for Tazpkg.
4.1 --- a/openmotif/receipt Tue May 28 13:37:38 2019 +0100 4.2 +++ b/openmotif/receipt Tue May 28 14:54:31 2019 +0100 4.3 @@ -1,28 +1,31 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="openmotif" 4.7 -VERSION="2.3.2" 4.8 -CATEGORY="non-free" 4.9 -SHORT_DESC="source code version of Motif under a public license." 4.10 +VERSION="2.3.8" 4.11 +CATEGORY="development" 4.12 +SHORT_DESC="Source code version of Motif under a public license." 4.13 MAINTAINER="pascal.bellard@slitaz.org" 4.14 -LICENSE="other" 4.15 +LICENSE="LGPL 2.1" 4.16 +WEB_SITE="http://www.opengroup.org/openmotif/" 4.17 + 4.18 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.19 -WEB_SITE="http://www.motifzone.org/" 4.20 WGET_URL="${WEB_SITE}files/public_downloads/$PACKAGE/${VERSION%.*}/$VERSION/$TARBALL" 4.21 4.22 -DEPENDS="xorg fontconfig expat freetype jpeg libpng xorg-libXp xorg-libXft" 4.23 -BUILD_DEPENDS="xorg-dev-proto xorg-libXmu xorg-libXft-dev xorg-libXrender-dev \ 4.24 -xorg-xbitmaps fontconfig-dev freetype-dev jpeg-dev libpng-dev xorg-libXt-dev \ 4.25 -xorg-libSM-dev xorg-xproto xorg-libXmu-dev xorg-libX11-dev xorg-printproto \ 4.26 -xorg-xextproto bison flex xorg-libXp util-linux-uuid-dev expat-dev libxml2-dev" 4.27 +DEPENDS="expat fontconfig freetype jpeg libpng xorg xorg-libXft xorg-libXp" 4.28 +BUILD_DEPENDS="bison expat-dev flex fontconfig-dev freetype-dev jpeg-dev \ 4.29 + libpng-dev libxml2-dev util-linux-uuid-dev xorg-dev-proto xorg-libSM-dev \ 4.30 + xorg-libX11-dev xorg-libXft-dev xorg-libXmu xorg-libXmu-dev xorg-libXp \ 4.31 + xorg-libXrender-dev xorg-libXt-dev xorg-printproto xorg-xbitmaps \ 4.32 + xorg-xextproto xorg-xproto" 4.33 4.34 # Rules to configure and make the package. 4.35 compile_rules() 4.36 { 4.37 - cd $src 4.38 - ./configure --prefix=/usr --infodir=/usr/share/info \ 4.39 - --mandir=/usr/share/man \ 4.40 - $CONFIGURE_ARGS && 4.41 + ./configure \ 4.42 + --prefix=/usr \ 4.43 + --infodir=/usr/share/info \ 4.44 + --mandir=/usr/share/man \ 4.45 + $CONFIGURE_ARGS && 4.46 make -j 1 && 4.47 make DESTDIR=$DESTDIR install 4.48 } 4.49 @@ -31,8 +34,10 @@ 4.50 genpkg_rules() 4.51 { 4.52 mkdir -p $fs/usr/lib 4.53 - cp -a $install/usr/bin $fs/usr 4.54 + 4.55 + cp -a $install/usr/bin $fs/usr 4.56 rm -f $fs/usr/bin/uil 4.57 - cp -a $install/usr/lib/*.so* $fs/usr/lib 4.58 - cp -a $install/usr/lib/X11 $fs/usr/lib 4.59 + 4.60 + cp -a $install/usr/lib/*.so* $fs/usr/lib 4.61 + cp -a $install/usr/lib/X11 $fs/usr/lib 4.62 }