wok rev 21109
updated libXaw3dXft and libXaw3dXft-dev (1.6.2c -> 1.6.2e)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 19 14:48:42 2019 +0100 (2019-03-19) |
parents | d915ef6e3b53 |
children | 0092ce369ef4 |
files | libXaw3dXft-dev/receipt libXaw3dXft/receipt |
line diff
1.1 --- a/libXaw3dXft-dev/receipt Tue Mar 19 14:23:46 2019 +0100 1.2 +++ b/libXaw3dXft-dev/receipt Tue Mar 19 14:48:42 2019 +0100 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libXaw3dXft-dev" 1.7 -VERSION="1.6.2c" 1.8 +VERSION="1.6.2e" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Xpaint module devel files." 1.11 +SHORT_DESC="Xpaint module development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://sourceforge.net/projects/sf-xpaint/" 1.15 + 1.16 WANTED="libXaw3dXft" 1.17 -WEB_SITE="https://sourceforge.net/projects/sf-xpaint/" 1.18 +DEPENDS="libXaw3dXft xorg-libXmu-dev pkg-config" 1.19 HOST_ARCH="i486 arm" 1.20 1.21 -DEPENDS="libXaw3dXft xorg-libXmu-dev pkg-config" 1.22 - 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 mkdir -p $fs/usr/lib 1.27 - cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.28 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.29 - cp -a $install/usr/include $fs/usr 1.30 + 1.31 + cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.32 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.33 + cp -a $install/usr/include $fs/usr 1.34 }
2.1 --- a/libXaw3dXft/receipt Tue Mar 19 14:23:46 2019 +0100 2.2 +++ b/libXaw3dXft/receipt Tue Mar 19 14:48:42 2019 +0100 2.3 @@ -1,27 +1,30 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libXaw3dXft" 2.7 -VERSION="1.6.2c" 2.8 +VERSION="1.6.2e" 2.9 CATEGORY="x-window" 2.10 -SHORT_DESC="Xpaint module" 2.11 +SHORT_DESC="Xpaint module." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 LICENSE="MIT" 2.14 WEB_SITE="https://sourceforge.net/projects/sf-xpaint/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL" 2.18 -HOST_ARCH="i486 arm" 2.19 2.20 DEPENDS="xorg-libXmu fontconfig xorg-libXrender xorg-libXft lzlib" 2.21 BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev expat-dev libxml2-dev" 2.22 +HOST_ARCH="i486 arm" 2.23 2.24 # Rules to configure and make the package. 2.25 compile_rules() 2.26 { 2.27 - ./configure \ 2.28 - --enable-arrow-scrollbars \ 2.29 - --enable-gray-stipples \ 2.30 - --enable-multiplane-bitmaps \ 2.31 - $CONFIGURE_ARGS && make && make install 2.32 + ./configure \ 2.33 + --enable-arrow-scrollbars \ 2.34 + --enable-gray-stipples \ 2.35 + --enable-multiplane-bitmaps \ 2.36 + $CONFIGURE_ARGS && 2.37 + make -j 1 && 2.38 + make install 2.39 } 2.40 2.41 # Rules to gen a SliTaz package suitable for Tazpkg.