Magellan Linux

Annotation of /branches/R11-unstable/core/libgudev/libgudev-232-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32164 - (hide annotations) (download)
Mon Apr 29 11:47:28 2019 UTC (5 years ago) by niro
File size: 513 byte(s)
-release branches/R11-unstable
1 niro 30383 # $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 niro 30384 DEPEND=">= dev-libs/glib2-2.54
11 niro 30383 >= sys-fs/libudev-230"
12    
13     SDEPEND=">= dev-util/pkgconfig-0.25
14 niro 30384 >= dev-libs/gobject-introspection-1.54
15     >= dev-lang/vala-0.38"
16 niro 30383
17     SRCFILE="${PNAME}-${PVER}.tar.xz"
18    
19 niro 30385 sminclude multilib gnome2 mbuild udev
20 niro 30383
21     UP2DATE="updatecmd_gnome ${PNAME} devel"
22    
23     src_compile()
24     {
25 niro 30384 mconfigure --enable-introspection --disable-umockdev || die
26 niro 30383 mmake || die
27     }