wok diff gtk-girepository/receipt @ rev 20257
Add giflossy
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 13 23:27:32 2018 +0100 (2018-03-13) |
parents | |
children | a78610b2eb47 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gtk-girepository/receipt Tue Mar 13 23:27:32 2018 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gtk-girepository" 1.7 +VERSION="2.24.24" 1.8 +SHORT_DESC="Required to run pygobject3 apps" 1.9 +CATEGORY="development" 1.10 +MAINTAINER="psychomaniak@xakep.ru" 1.11 +WEB_SITE="http://www.gtk.org/" 1.12 +LICENSE="GPL2" 1.13 + 1.14 +DEPENDS="gtk+ gobject-introspection" 1.15 +BUILD_DEPENDS="pango-dev gtk+-dev gdk-pixbuf-dev atk-dev" 1.16 + 1.17 +compile_rules() 1.18 +{ 1.19 + mkdir -p $install/usr/lib 1.20 + cp -a /usr/lib/girepository-1.0 $install/usr/lib 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + cp -a $install/* $fs 1.27 +}