Magellan Linux

Contents of /trunk/core/libgudev/libgudev-230-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28982 - (show annotations) (download)
Tue May 16 08:43:27 2017 UTC (6 years, 11 months ago) by niro
File size: 445 byte(s)
auto added: ver bump to 230-r3
1 # $Id$
2
3 PNAME="libgudev"
4 PVER="230"
5 PBUILD="r3"
6
7 PCAT="sys-fs"
8 DESCRIPTION="Libraries for adding libudev support to applications that use glib2."
9
10 DEPEND=">= dev-libs/glib2-2.52
11 >= sys-fs/libudev-230"
12
13 SDEPEND=">= dev-util/pkgconfig-0.25
14 >= dev-libs/gobject-introspection-1.52
15 >= dev-lang/vala-0.36"
16
17 SRCFILE="${PNAME}-${PVER}.tar.xz"
18
19 sminclude gnome2 multilib udev
20
21 src_compile()
22 {
23 mconfigure --enable-introspection || die
24 mmake || die
25 }