Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11702 - (hide annotations) (download)
Thu Jan 11 13:40:09 2018 UTC (6 years, 4 months ago) by niro
File size: 478 byte(s)
auto added: ver bump to 230-r5
1 niro 11702 # $Id$
2    
3     PNAME="libgudev"
4     PVER="230"
5     PBUILD="r5"
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 mbuild udev alx-split
21    
22     src_compile()
23     {
24     mconfigure --disable-introspection || die
25     mmake || die
26     }