wok-next view vala/receipt @ rev 20507

mesa: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 16 12:33:45 2018 +0100 (2018-03-16)
parents 05d4a6d977d4
children 10df65db91ad
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"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="glib-dev libxslt-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 genpkg_rules() {
22 copy @std @dev
23 DEPENDS="glib-dev libffi-dev pcre-dev"
24 TAGS="compiler"
25 }