Magellan Linux

Contents of /smage/trunk/core/libgee/libgee-0.8.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4160 - (show annotations) (download)
Wed Nov 7 14:36:50 2012 UTC (11 years, 6 months ago) by niro
File size: 621 byte(s)
-alxify
1 # $Id$
2
3 PNAME="libgee"
4 PVER="0.8.1"
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.34"
13
14 SDEPEND=">= dev-util/pkgconfig-0.25
15 >= dev-lang/vala-0.18"
16
17 SRCFILE="${PNAME}-${PVER}.tar.xz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
21 sminclude multilib alx-split
22
23 SRC_URI=(
24 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd_gnome ${PNAME}"
29
30 src_compile()
31 {
32 mconfigure --disable-introspection || die
33 mmake || die
34 }