SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xorg-libxshmfence"

# SliTaz package receipt.

PACKAGE="xorg-libxshmfence"
VERSION="1.3"
CATEGORY="x-window"
SHORT_DESC="X11 shared memory fences."
MAINTAINER="maintainer@slitaz.org"
LICENSE="MIT"
WEB_SITE="https://xorg.freedesktop.org/"

SOURCE="libxshmfence"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WGET_URL="https://www.x.org/releases/individual/lib/$TARBALL"

BUILD_DEPENDS="xorg-xproto"

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
}

compile_rules()
{
    ./configure        \
        --prefix=/usr    \
        --enable-futex    \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

genpkg_rules()
{
    mkdir -p $fs/usr/lib
    cp -a $install/usr/lib/*.so*    $fs/usr/lib
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)