Magellan Linux

Contents of /smage/trunk/core/vala/vala-0.38.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11090 - (show annotations) (download)
Fri Sep 8 10:42:28 2017 UTC (6 years, 7 months ago) by niro
File size: 467 byte(s)
-disabled atm
1 # $Id$
2
3 PNAME="vala"
4 PVER="0.38.0"
5 PBUILD="r1"
6
7 STATUS="disabled" # libgvc missing atm
8 PCAT="dev-lang"
9
10 DESCRIPTION="Vala - Compiler for the GObject type system."
11 HOMEPAGE="http://live.gnome.org/Vala"
12
13 DEPEND=">= dev-libs/glib2-2.52"
14
15 SDEPEND=">= sys-dev/flex-2.5.35
16 >= sys-dev/bison-2.5
17 >= dev-util/pkgconfig-0.25
18 >= dev-libs/libxslt-dev-1.1.26
19 >= dev-libs/glib2-dev-2.52"
20
21 SRCFILE="${PNAME}-${PVER}.tar.xz"
22
23 sminclude gnome2
24
25 UP2DATE="updatecmd_gnome ${PNAME}"