wok-next annotate libmatekbd/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents 5669e8b3be70
children
rev   line source
pascal@20063 1 # SliTaz package receipt v2.
yuripourre@17796 2
yuripourre@17796 3 PACKAGE="libmatekbd"
al@20938 4 VERSION="1.20.2"
al@20096 5 CATEGORY="libs"
al@20096 6 SHORT_DESC="Keyboard management library"
yuripourre@17796 7 MAINTAINER="yuripourre@gmail.com"
al@20096 8 LICENSE="LGPL2.1"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/libmatekbd"
al@20096 10
yuripourre@17796 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/libmatekbd/archive/v$VERSION.tar.gz"
pascal@20063 13
al@21017 14 BUILD_DEPENDS="mate-common gobject-introspection-dev gtk3-dev libxklavier-dev"
al@21020 15 SPLIT="$PACKAGE-dev"
yuripourre@17796 16
al@20096 17 compile_rules() {
al@20534 18 ./autogen.sh $CONFIGURE_ARGS &&
al@20534 19 fix libtool &&
yuripourre@17796 20 make &&
al@20096 21 make install
yuripourre@17796 22 }
yuripourre@17796 23
al@20096 24 genpkg_rules() {
pascal@20063 25 case $PACKAGE in
al@20096 26 libmatekbd)
al@20096 27 copy @std
al@21105 28 DEPENDS="libcairo gdk-pixbuf glib gtk3 libxklavier pango libx11"
al@20096 29 ;;
al@20096 30 *-dev)
al@20096 31 copy @dev
al@21017 32 DEPENDS="libmatekbd glib-dev gtk3-dev libxklavier-dev"
al@20096 33 ;;
pascal@20063 34 esac
al@20096 35 TAGS="MATE"
yuripourre@17796 36 }