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

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
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 }