wok-next view gtk-girepository/receipt @ rev 21686

updated glm (0.9.3.2 -> 0.9.9.8)
author Hans-G?nter Theisgen
date Mon Jun 29 16:57:49 2020 +0100 (2020-06-29)
parents 0cbe4b1f2230
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-girepository"
4 VERSION="2.24.24"
5 SHORT_DESC="Required to run pygobject3 apps"
6 CATEGORY="development"
7 MAINTAINER="psychomaniak@xakep.ru"
8 WEB_SITE="https://www.gtk.org/"
9 LICENSE="GPL2"
10 REPOLOGY="-"
12 BUILD_DEPENDS="pango-dev gtk2-dev gdk-pixbuf-dev atk-dev"
14 compile_rules() {
15 mkdir -p $install/usr/lib
16 cp -a /usr/lib/girepository-1.0 $install/usr/lib
17 }
19 genpkg_rules() {
20 cp -a $install/* $fs
21 DEPENDS="gtk2 gobject-introspection"
22 }