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

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
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 }