wok-next annotate xcompmgr/receipt @ rev 21174
shaarli: fix tarball
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 14 16:02:11 2019 +0200 (2019-04-14) |
parents | |
children |
rev | line source |
---|---|
al@21072 | 1 # SliTaz package receipt v2. |
al@21072 | 2 |
al@21072 | 3 PACKAGE="xcompmgr" |
al@21072 | 4 VERSION="1.1.7" |
al@21072 | 5 CATEGORY="x-window" |
al@21072 | 6 SHORT_DESC="X composite manager" |
al@21072 | 7 MAINTAINER="devel@slitaz.org" |
al@21072 | 8 LICENSE="MIT" |
al@21072 | 9 WEB_SITE="https://www.x.org/wiki/" |
al@21072 | 10 |
al@21072 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@21072 | 12 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
al@21072 | 13 TARBALL_SHA1="5590d1bdd2669f083e4c2bb25edd89cce8abbd58" |
al@21072 | 14 |
al@21072 | 15 BUILD_DEPENDS="util-macros libxcomposite-dev libxfixes-dev libxdamage-dev \ |
al@21072 | 16 libxrender-dev libxext-dev" |
al@21072 | 17 DEPENDS="libx11 libxcomposite libxdamage libxext libxfixes libxrender" |
al@21072 | 18 |
al@21072 | 19 compile_rules() { |
al@21072 | 20 ./configure $CONFIGURE_ARGS && |
al@21072 | 21 make && |
al@21072 | 22 make install || return 1 |
al@21072 | 23 |
al@21072 | 24 install -Dm644 $stuff/autostart/xcompmgr.desktop \ |
al@21072 | 25 $install/etc/xdg/autostart/xcompmgr.desktop |
al@21072 | 26 } |
al@21072 | 27 |
al@21072 | 28 TAGS="Xorg" |
al@21072 | 29 |
al@21072 | 30 PROVIDE="xorg-xcompmgr" |