wok-next view xorg-xsetpointer/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f99935f1778a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xsetpointer"
4 VERSION="1.0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Set an X Input device as the main pointer"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 REPOLOGY="xsetpointer"
12 TARBALL="xsetpointer-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
15 BUILD_DEPENDS="xorg-libXi-dev xorg-libX11-dev xorg-xorgproto"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="xorg-libX11 xorg-libXi"
26 }