Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16099 - (show annotations) (download)
Tue Sep 5 20:41:03 2023 UTC (8 months, 3 weeks ago) by niro
File size: 539 byte(s)
-moved to 'deprecated'
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 }