Magellan Linux

Contents of /trunk/core/libgudev/libgudev-232-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30385 - (show annotations) (download)
Thu Jan 18 10:55:25 2018 UTC (6 years, 3 months ago) by niro
File size: 513 byte(s)
-use mbuild function to repect multilib
1 # $Id$
2
3 PNAME="libgudev"
4 PVER="232"
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.54
11 >= sys-fs/libudev-230"
12
13 SDEPEND=">= dev-util/pkgconfig-0.25
14 >= dev-libs/gobject-introspection-1.54
15 >= dev-lang/vala-0.38"
16
17 SRCFILE="${PNAME}-${PVER}.tar.xz"
18
19 sminclude multilib gnome2 mbuild udev
20
21 UP2DATE="updatecmd_gnome ${PNAME} devel"
22
23 src_compile()
24 {
25 mconfigure --enable-introspection --disable-umockdev || die
26 mmake || die
27 }