Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30383 - (show annotations) (download)
Thu Jan 18 10:47:19 2018 UTC (6 years, 3 months ago) by niro
File size: 487 byte(s)
auto added: ver bump to 232-r1
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.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 multilib gnome2 udev
20
21 UP2DATE="updatecmd_gnome ${PNAME} devel"
22
23 src_compile()
24 {
25 mconfigure --enable-introspection || die
26 mmake || die
27 }