wok annotate libXaw3dXft/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents 2a5cc8208d36
children 86790a278e70
rev   line source
pascal@13916 1 # SliTaz package receipt.
pascal@13916 2
pascal@13916 3 PACKAGE="libXaw3dXft"
pankso@16478 4 VERSION="1.6.2c"
pascal@13916 5 CATEGORY="x-window"
pascal@13916 6 SHORT_DESC="Xpaint module"
pascal@13916 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15379 8 LICENSE="MIT"
pascal@13916 9 WEB_SITE="http://sourceforge.net/projects/sf-xpaint/"
pascal@13916 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13916 11 WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL"
pankso@16478 12 HOST_ARCH="i486 arm"
pascal@13916 13
pascal@13916 14 DEPENDS="xorg-libXmu fontconfig xorg-libXrender xorg-libXft lzlib"
pascal@15114 15 BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev expat-dev libxml2-dev"
pascal@13916 16
pascal@13916 17 # Rules to configure and make the package.
pascal@13916 18 compile_rules()
pascal@13916 19 {
pascal@13917 20 ./configure \
pascal@13917 21 --enable-arrow-scrollbars \
pascal@13917 22 --enable-gray-stipples \
pascal@13917 23 --enable-multiplane-bitmaps \
pascal@13917 24 $CONFIGURE_ARGS && make && make install
pascal@13916 25 }
pascal@13916 26
pascal@13916 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13916 28 genpkg_rules()
pascal@13916 29 {
pascal@13916 30 mkdir -p $fs/usr/lib
pascal@13916 31 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@13916 32 }