Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/libgee/libgee-0.20.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15019 - (hide annotations) (download)
Thu Aug 6 13:03:49 2020 UTC (3 years, 9 months ago) by niro
File size: 657 byte(s)
-release branches/alx07x-stable
1 niro 14097 # $Id$
2    
3     PNAME="libgee"
4     PVER="0.20.3"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="GObject-based interfaces and classes for commonly used data structures."
10     HOMEPAGE="http://live.gnome.org/Libgee"
11    
12     DEPEND=">= dev-libs/glib2-2.64"
13    
14     SDEPEND=">= dev-util/pkgconfig-0.25
15     >= dev-lang/vala-0.48
16     >= dev-libs/glib2-dev-2.64"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.xz"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
22     sminclude multilib mbuild alx-split
23    
24     SRC_URI=(
25     gnome://${PNAME}/${PVER%.*}/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd_gnome ${PNAME}"
30    
31     src_compile()
32     {
33     mconfigure --disable-introspection || die
34     mmake || die
35     }