Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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