Magellan Linux

Contents of /smage/trunk/core/libgudev/libgudev-234-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15630 - (show annotations) (download)
Thu Oct 8 09:55:28 2020 UTC (3 years, 6 months ago) by niro
File size: 539 byte(s)
auto added: ver bump to 234-r1
1 # $Id$
2
3 PNAME="libgudev"
4 PVER="234"
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.64
11 >= sys-fs/libudev-242"
12
13 SDEPEND=">= dev-util/pkgconfig-0.25
14 >= dev-lang/vala-0.48
15 >= dev-libs/glib2-dev-2.64
16 >= sys-fs/libudev-dev-242"
17
18 SRCFILE="${PNAME}-${PVER}.tar.xz"
19
20 sminclude gnome2 multilib mbuild udev alx-split
21
22 UP2DATE="updatecmd_gnome ${PNAME} devel"
23
24 src_compile()
25 {
26 mconfigure --disable-introspection --disable-umockdev || die
27 mmake || die
28 }