Magellan Linux

Contents of /smage/trunk/core/libevdev/libevdev-1.2.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5696 - (show annotations) (download)
Wed Jul 2 14:00:26 2014 UTC (9 years, 11 months ago) by niro
File size: 532 byte(s)
auto added: ver bump to 1.2.2-r1
1 # $Id$
2
3 PNAME="libevdev"
4 PVER="1.2.2"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="Wrapper library for evdev devices."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/libevdev/"
11 sminclude xorg multilib alx-split
12
13 DEPEND=">= virtual/glibc"
14 SDEPEND=">= dev-lang/python-2.7"
15
16 SRCFILE="${PNAME}-${PVER}.tar.xz"
17
18 msetfeature "!check" # disabled atm
19
20 SRC_URI=(
21 http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/ | highesttarball xz"