SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libhandy"

# SliTaz package receipt.

PACKAGE="libhandy"
VERSION="1.6.4"
CATEGORY="libs"
SHORT_DESC="Library with GTK widgets for mobile phones"
MAINTAINER="maintainer@slitaz.org"
LICENSE="LGPL2.1"
WEB_SITE="https://gitlab.gnome.org/GNOME/libhandy"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"

BUILD_DEPENDS="gtk+3-dev gobject-introspection-dev \
vala meson"

# Rules to configure and make the package.
compile_rules()
{
        meson _build \
            --prefix=/usr \
            --libdir=lib \
            --bindir=/usr/bin \
            --sbindir=/usr/sbin \
            --buildtype=release \
    -Dtests=false \
    -Dexamples=false

        ninja -C _build build
        DESTDIR=$install ninja -C _build 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)