Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12667 - (show annotations) (download)
Fri Oct 26 07:53:28 2018 UTC (5 years, 7 months ago) by niro
File size: 478 byte(s)
-release branches/alx07x-stable
1 # $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 }