wok diff vte291-dev/receipt @ rev 25805
created recipe for xfce4-weather-plugin
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 15:24:31 2024 +0100 (2 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/vte291-dev/receipt Wed Nov 13 15:24:31 2024 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="vte291-dev" 1.7 +VERSION="0.56.4" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Terminal capabilities for GTK+ widgets - development files." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://wiki.gnome.org/Apps/Terminal/VTE" 1.13 + 1.14 +DEPENDS="vte291 pkg-config" 1.15 +WANTED="vte291" 1.16 + 1.17 +HOST_ARCH="i486 arm" 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + cook_copy_folders include 1.23 + cook_copy_folders pkgconfig 1.24 + [ -d "$install/usr/lib/girepository-1.0" ] && 1.25 + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib 1.26 + [ -d "$install/usr/share/gir-1.0" ] && \ 1.27 + cp -a $install/usr/share/gir-1.0 $fs/usr/share 1.28 +}