Magellan Linux

Contents of /smage/branches/alx07x-stable/core/libgudev/libgudev-230-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11337 - (show annotations) (download)
Tue Dec 19 12:14:41 2017 UTC (6 years, 4 months ago) by niro
File size: 471 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="libgudev"
4 PVER="230"
5 PBUILD="r4"
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 }