wok-current view xorg-fontcacheproto/receipt @ rev 25787

Adjust minimal kernel version for glibc
author Stanislas Leduc <shann@slitaz.org>
date Tue Jul 29 18:07:04 2025 +0000 (3 months ago)
parents 5926178cd6fa
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-fontcacheproto"
4 VERSION="2021.5"
5 CATEGORY="development"
6 SHORT_DESC="Fontcache extension headers"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/"
10 SOURCE="fontcacheproto"
11 WANTED="xorgproto"
13 DEPENDS="xorg-util-macros xorg-libX11-dev pkg-config"
15 HOST_ARCH="i486 x86_64"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/share/licenses
21 cp -a $WOK/xorgproto/source/*/COPYING-$SOURCE $fs/usr/share/licenses/$PACKAGE.txt
23 for file in $(cat $WOK/xorgproto/stuff/$PACKAGE.list)
24 do
25 mkdir -p $fs/$(dirname $file)
26 cp $install/$file $fs/$file
27 done
29 # Ensure remove .la files
30 find $fs -name "*.la" -delete
31 }