Magellan Linux

Annotation of /smage/trunk/core/libgudev/libgudev-230-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8376 - (hide annotations) (download)
Wed Jan 20 12:38:50 2016 UTC (8 years, 8 months ago) by niro
File size: 471 byte(s)
-alx-split
1 niro 8376 # $Id$
2    
3     PNAME="libgudev"
4     PVER="230"
5     PBUILD="r2"
6    
7     PCAT="sys-fs"
8     DESCRIPTION="Libraries for adding libudev support to applications that use glib2."
9    
10     DEPEND=">= dev-libs/glib2-2.44
11     >= sys-fs/libudev-220"
12    
13     SDEPEND=">= dev-util/pkgconfig-0.25
14     >= dev-lang/vala-0.28
15     >= dev-libs/glib2-dev-2.44
16     >= sys-fs/libudev-dev-220"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.xz"
19    
20     sminclude gnome2 multilib udev alx-split
21    
22     src_compile()
23     {
24     mconfigure --disable-introspection || die
25     mmake || die
26     }