wok diff pango-typelib/receipt @ rev 24429
updated collectd (5.10.0 -> 5.12.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 12 15:50:46 2022 +0100 (2022-02-12) |
parents | |
children | 150e1482d1b2 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pango-typelib/receipt Sat Feb 12 15:50:46 2022 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="pango-typelib" 1.7 +VERSION="1.36.8" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Layout and rendering of internationalized text - typelibs." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://www.pango.org/" 1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/pango.html" 1.14 + 1.15 +DEPENDS="pango" 1.16 +WANTED="pango" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/usr/lib 1.22 + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib 1.23 +}