SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xorg-iceauth"

# SliTaz package receipt.

PACKAGE="xorg-iceauth"
VERSION="1.0.8"
CATEGORY="x-window"
SHORT_DESC="ICE authority file utility."
MAINTAINER="erjo@slitaz.org"
LICENSE="MIT"
WEB_SITE="https://www.x.org/wiki/"

SOURCE="iceauth"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WGET_URL="https://xorg.freedesktop.org/archive/individual/app/$TARBALL"

DEPENDS="xorg-libICE"
BUILD_DEPENDS="pkg-config xorg-libICE-dev"

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                \
        --prefix=/usr            \
        --infodir=/usr/share/info    \
        --mandir=/usr/share/man        \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/bin $fs/usr
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)