wok-next diff xcompmgr/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xcompmgr/receipt Tue Sep 01 10:31:46 2020 +0000 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="xcompmgr" 1.7 +VERSION="1.1.7" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="X composite manager" 1.10 +MAINTAINER="devel@slitaz.org" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="https://www.x.org/wiki/" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.16 +TARBALL_SHA1="5590d1bdd2669f083e4c2bb25edd89cce8abbd58" 1.17 + 1.18 +BUILD_DEPENDS="util-macros libxcomposite-dev libxfixes-dev libxdamage-dev \ 1.19 +libxrender-dev libxext-dev" 1.20 +DEPENDS="libx11 libxcomposite libxdamage libxext libxfixes libxrender" 1.21 + 1.22 +compile_rules() { 1.23 + ./configure $CONFIGURE_ARGS && 1.24 + make && 1.25 + make install || return 1 1.26 + 1.27 + install -Dm644 $stuff/autostart/xcompmgr.desktop \ 1.28 + $install/etc/xdg/autostart/xcompmgr.desktop 1.29 +} 1.30 + 1.31 +TAGS="Xorg" 1.32 + 1.33 +PROVIDE="xorg-xcompmgr"