SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "mate-terminal"

# SliTaz package receipt.

PACKAGE="mate-terminal"
VERSION="1.9.0"
CATEGORY="utilities"
LICENSE="GPL3"
SHORT_DESC="MATE Terminal is a terminal emulator for the MATE desktop."
MAINTAINER="yuripourre@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://www.mate-desktop.org/"
WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
TAGS="MATE"
DEPENDS="gtk+ dconf util-linux-uuid vte mate-desktop harfbuzz"
BUILD_DEPENDS="wget cacerts dconf-dev gtk+-dev util-linux-uuid-dev \
vte-dev mate-common-dev mate-desktop-dev yelp-tools autoconf automake libtool \
itstool harfbuzz-dev"

current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./autogen.sh               \
        --prefix=/usr          \
        --sysconfdir=/etc      \
        --localstatedir=/var   \
        --disable-static       \
        --disable-scrollkeeper \
        --with-gnu-ld          \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    # Saving some space
    rm -rf $install/usr/share/man
    rm -rf $install/usr/share/help

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