Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6562 - (hide annotations) (download)
Tue Jul 14 08:31:49 2015 UTC (9 years, 2 months ago) by niro
File size: 461 byte(s)
-fixed dependencies
1 niro 6555 # $Id$
2    
3     PNAME="libgudev"
4     PVER="230"
5     PBUILD="r1"
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 niro 6562 >= dev-lang/vala-0.28
15     >= dev-libs/glib2-dev-2.44
16     >= sys-fs/libudev-dev-220"
17 niro 6555
18     SRCFILE="${PNAME}-${PVER}.tar.xz"
19    
20     sminclude gnome2 multilib udev
21    
22     src_compile()
23     {
24     mconfigure --disable-introspection || die
25     mmake || die
26     }