SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libXaw3dXft"

# SliTaz package receipt.

PACKAGE="libXaw3dXft"
VERSION="1.6.2e"
CATEGORY="x-window"
SHORT_DESC="Xpaint module."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="MIT"
WEB_SITE="https://sf-xpaint.sourceforge.net/"

TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL"

DEPENDS="xorg-libXmu fontconfig xorg-libXrender xorg-libXft lzlib"
BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev expat-dev libxml2-dev"
HOST_ARCH="i486 arm"

# What is the latest version available today?
current_version()
{
    wget -O - https://sourceforge.net/projects/sf-xpaint/files/libxaw3dxft/ 2>/dev/null | \
    sed '/scope="row/!d;s|.*/libXaw3dXft-||;s|.tar.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure                \
        --enable-arrow-scrollbars    \
        --enable-gray-stipples        \
        --enable-multiplane-bitmaps    \
        $CONFIGURE_ARGS &&
    make -j 1 &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
        mkdir -p $fs/usr/lib
        cp -a $install/usr/lib/*.so* $fs/usr/lib
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)