Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14380 - (show annotations) (download)
Thu Jul 9 13:35:54 2020 UTC (3 years, 9 months ago) by niro
File size: 479 byte(s)
auto added: ver bump to 0.48.7-r1
1 # $Id$
2
3 PNAME="vala"
4 PVER="0.48.7"
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.64"
13
14 SDEPEND=">= sys-dev/flex-2.6
15 >= sys-dev/bison-3
16 >= dev-util/pkgconfig-0.25
17 >= dev-libs/libxslt-1.1.26
18 >= media-gfx/graphviz-2.40
19 >= dev-libs/libxslt-dev-1.1.26
20 >= dev-libs/glib2-dev-2.64"
21
22 SRCFILE="${PNAME}-${PVER}.tar.xz"
23
24 sminclude gnome2
25
26 UP2DATE="updatecmd_gnome ${PNAME}"