wok view pango-typelib/receipt @ rev 25819

Fix linux-slitaz.config, update linux-slitaz.config64 for mmc tablet
author Stanislas Leduc <shann@slitaz.org>
date Mon Mar 03 12:52:49 2025 +0100 (3 months ago)
parents a8bde9afd23f
children 1948eace5b2e
line source
1 # SliTaz package receipt.
3 PACKAGE="pango-typelib"
4 VERSION="1.36.8"
5 CATEGORY="development"
6 SHORT_DESC="Layout and rendering of internationalized text - typelibs."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://pango.gnome.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/pango.html"
12 DEPENDS="pango"
13 WANTED="pango"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
20 }