wok annotate xorg-xcompmgr/receipt @ rev 23881
Add utftpd & yaze-ng
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 13 21:34:44 2020 +0000 (2020-07-13) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
pankso@359 | 1 # SliTaz package receipt. |
pankso@359 | 2 |
pankso@359 | 3 PACKAGE="xorg-xcompmgr" |
Hans-G?nter@22251 | 4 VERSION="1.1.8" |
pankso@359 | 5 CATEGORY="x-window" |
pankso@359 | 6 SHORT_DESC="X composite manager." |
pankso@359 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
Hans-G?nter@22251 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22251 | 10 |
pankso@359 | 11 SOURCE="xcompmgr" |
gokhlayeh@6993 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@12521 | 13 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
Hans-G?nter@22251 | 14 |
Hans-G?nter@22251 | 15 DEPENDS="libxcb xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXdamage \ |
Hans-G?nter@22251 | 16 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXrender" |
Hans-G?nter@22251 | 17 BUILD_DEPENDS="libxcb-dev xorg-libX11-dev xorg-libXau-dev |
Hans-G?nter@22251 | 18 xorg-libXcomposite-dev xorg-libXdamage-dev |
Hans-G?nter@22251 | 19 xorg-libXdmcp-dev xorg-libXext-dev xorg-libXfixes-dev |
Hans-G?nter@22251 | 20 xorg-libXrender-dev" |
Hans-G?nter@22251 | 21 |
pankso@16382 | 22 HOST_ARCH="i486 arm" |
pankso@359 | 23 |
pankso@359 | 24 # Rules to configure and make the package. |
pankso@359 | 25 compile_rules() |
pankso@359 | 26 { |
Hans-G?nter@22251 | 27 # 1.1.6: bugs.freedesktop.org/show_bug.cgi?id=46285 |
Hans-G?nter@22251 | 28 # patch -Np0 -i $stuff/46285.diff |
Hans-G?nter@22251 | 29 |
pankso@12465 | 30 ./configure \ |
pankso@12465 | 31 $CONFIGURE_ARGS && |
Hans-G?nter@22251 | 32 make && |
Hans-G?nter@22251 | 33 make install |
pankso@359 | 34 } |
pankso@359 | 35 |
pankso@359 | 36 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@359 | 37 genpkg_rules() |
pankso@359 | 38 { |
pankso@12465 | 39 mkdir -p $fs/usr $fs/etc/xdg |
Hans-G?nter@22251 | 40 |
Hans-G?nter@22251 | 41 cp -r $install/usr/bin $fs/usr |
Hans-G?nter@22251 | 42 cp -r $stuff/autostart $fs/etc/xdg |
pankso@359 | 43 } |