Magellan Linux

Contents of /smage/branches/alx07x-stable/core/vala/vala-0.36.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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