wok annotate libXaw3dXft/receipt @ rev 24161

updated memtester (4.3.0 -> 4.5.1)
author Hans-G?nter Theisgen
date Wed Dec 22 13:43:13 2021 +0100 (2021-12-22)
parents 86790a278e70
children 65d7d867e0c1
rev   line source
pascal@13916 1 # SliTaz package receipt.
pascal@13916 2
pascal@13916 3 PACKAGE="libXaw3dXft"
Hans-G?nter@21109 4 VERSION="1.6.2e"
pascal@13916 5 CATEGORY="x-window"
Hans-G?nter@21109 6 SHORT_DESC="Xpaint module."
pascal@13916 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15379 8 LICENSE="MIT"
pascal@20421 9 WEB_SITE="https://sourceforge.net/projects/sf-xpaint/"
Hans-G?nter@21109 10
pascal@13916 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13916 12 WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL"
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"
Hans-G?nter@21109 16 HOST_ARCH="i486 arm"
pascal@13916 17
pascal@13916 18 # Rules to configure and make the package.
pascal@13916 19 compile_rules()
pascal@13916 20 {
Hans-G?nter@21109 21 ./configure \
Hans-G?nter@21109 22 --enable-arrow-scrollbars \
Hans-G?nter@21109 23 --enable-gray-stipples \
Hans-G?nter@21109 24 --enable-multiplane-bitmaps \
Hans-G?nter@21109 25 $CONFIGURE_ARGS &&
Hans-G?nter@21109 26 make -j 1 &&
Hans-G?nter@21109 27 make install
pascal@13916 28 }
pascal@13916 29
pascal@13916 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13916 31 genpkg_rules()
pascal@13916 32 {
pascal@13916 33 mkdir -p $fs/usr/lib
pascal@13916 34 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@13916 35 }