Magellan Linux

Annotation of /trunk/extras/libwacom/libwacom-0.24-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29143 - (hide annotations) (download)
Wed May 24 13:34:52 2017 UTC (7 years ago) by niro
File size: 641 byte(s)
-fixed a typo at udev rules generation
1 niro 29143 # $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     }