wok-next view atk/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 82b613cfd1e0
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="atk"
4 VERSION="2.36.0"
5 CATEGORY="x-window"
6 TAGS_std="accessibility"
7 SHORT_DESC="Accessibility toolkit"
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://developer.gnome.org/atk/"
11 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/atk.html"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 TARBALL_SHA256="fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788"
17 BUILD_DEPENDS="gettext-dev glib-dev gobject-introspection-dev meson ninja"
18 SPLIT="$PACKAGE-dev"
20 DEPENDS_std="glib"
21 DEPENDS_dev="$PACKAGE glib-dev"
23 compile_rules()
24 {
25 mkdir build
26 cd build
28 meson-wrapper &&
29 ninja &&
30 ninja install
31 }