wok-next view xorg-xrefresh/receipt @ rev 20935

Update xorg
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 24 15:29:24 2018 +0300 (2018-08-24)
parents 270c09f6a958
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xrefresh"
4 VERSION="1.0.6"
5 CATEGORY="x-window"
6 SHORT_DESC="Refresh all or part of an X screen"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html"
11 REPOLOGY="xrefresh"
13 TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
16 BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-xorgproto"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="xorg-libX11"
28 }