wok-next view vala/receipt @ rev 20299

Up remmina (1.2.0-rcgit.24)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 09 22:26:00 2017 +0100 (2017-11-09)
parents 1bb2f73e5e1b
children 0e7893ac206d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="vala"
4 VERSION="0.36.4"
5 CATEGORY="development"
6 SHORT_DESC="Compiler for the GObject type system"
7 MAINTAINER="mimas@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://wiki.gnome.org/Projects/Vala"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/vala.html"
11 HOST_ARCH="i486 arm"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
16 BUILD_DEPENDS="glib-dev libxslt-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 genpkg_rules() {
23 copy @std @dev
24 DEPENDS="glib-dev libffi-dev pcre-dev"
25 TAGS="compiler"
26 }