Magellan Linux

Contents of /branches/R11-unstable/extras/libwacom/libwacom-0.24-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32620 - (show annotations) (download)
Mon Apr 29 13:17:11 2019 UTC (5 years ago) by niro
File size: 641 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libwacom"
4 PVER="0.24"
5 PBUILD="r2"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="Library to handle wacom devices."
10 HOMEPAGE="http://linuxwacom.sourceforge.net/"
11
12 DEPEND=">= dev-libs/glib2-2.52
13 >= sys-fs/libgudev-230"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16
17 sminclude xorg multilib mtools udev
18
19 SRC_URI=(
20 sourceforge://linuxwacom/${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_sourceforge linuxwacom ${PNAME}"
25
26 src_install()
27 {
28 mmake DESTDIR=${BINDIR} install || die
29
30 # generate udev rules
31 cd tools
32 minstalldir $(mget-udev-rules-dir) || die
33 ./generate-udev-rules > $(mget-udev-rules-dir)/65-libwacom.rules || die
34 }