SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xorg-libXp"

# SliTaz package receipt.

PACKAGE="xorg-libXp"
VERSION="1.0.3"
CATEGORY="development"
SHORT_DESC="Provides public APIs to allow client applications to render to non-display devices."
MAINTAINER="rcx@zoominternet.net"
LICENSE="MIT"
WEB_SITE="https://www.x.org/wiki/"

SOURCE="libXp"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WGET_URL="$XORG_MIRROR/lib/$TARBALL"

DEPENDS="xorg-libXext"
BUILD_DEPENDS="xorg-libXext-dev xorg-printproto"

HOST_ARCH="i486 arm"

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure        \
        $CONFIGURE_ARGS &&
    make &&
    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
}
6047 packages and 206162 files in current database (Tue Jun 18 11:34:18 2024)