wok-current view xorg-bigreqsproto/receipt @ rev 25738
Update get-LibreOffice for current64, add libavahi for LibreOffice draw
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Jan 29 10:54:12 2025 +0000 (38 hours ago) |
parents | 5926178cd6fa |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-bigreqsproto"
4 VERSION="2021.5"
5 CATEGORY="development"
6 SHORT_DESC="BigReqs extension headers"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/"
10 SOURCE="bigreqsproto"
11 WANTED="xorgproto"
12 HOST_ARCH="i486 arm x86_64"
14 DEPENDS="xorg-util-macros pkg-config"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/licenses
20 cp -a $WOK/xorgproto/source/*/COPYING-$SOURCE $fs/usr/share/licenses/$PACKAGE.txt
22 for file in $(cat $WOK/xorgproto/stuff/$PACKAGE.list)
23 do
24 mkdir -p $fs/$(dirname $file)
25 cp $install/$file $fs/$file
26 done
28 # Ensure remove .la files
29 find $fs -name "*.la" -delete
30 }