Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/libgudev/libgudev-233-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14665 - (hide annotations) (download)
Tue Aug 4 11:42:03 2020 UTC (3 years, 9 months ago) by niro
File size: 539 byte(s)
-release branches/alx07x-unstable
1 niro 14263 # $Id$
2    
3     PNAME="libgudev"
4     PVER="233"
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 niro 14265 mconfigure --disable-introspection --disable-umockdev || die
27 niro 14263 mmake || die
28     }