Magellan Linux

Contents of /trunk/extras/xinput/xinput-1.6.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23153 - (show annotations) (download)
Fri Oct 31 08:15:14 2014 UTC (9 years, 7 months ago) by niro
File size: 363 byte(s)
-rebuild, use new features of xorg.sminc
1 # $Id$
2
3 PNAME="xinput"
4 PVER="1.6.1"
5 PBUILD="r2"
6
7 PCAT="x11-apps"
8
9 DESCRIPTION="xinput is a utility to configure and test XInput devices."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libX11-1.4
13 >= x11-libs/libXext-1.3
14 >= x11-libs/libXi-1.4"
15
16 sminclude xorg
17
18 src_compile()
19 {
20 cd ${SRCDIR}
21
22 xorg_src_configure --enable-ipv6 || die
23 mmake || die
24 }