wok-next annotate vala/receipt @ rev 20068

Up libcanberra (gtk2 and gtk3 support), vala (0.36.4), dconf (0.26.0), gucharmap3 (10.0.0), pycairo (1.15.3), pygobject3 (3.26.0), libgtop. Add dconf-editor, gtksourceview3.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 24 17:49:57 2017 +0300 (2017-10-24)
parents 1bb2f73e5e1b
children 0e7893ac206d
rev   line source
al@20068 1 # SliTaz package receipt v2.
mimas@2290 2
mimas@2290 3 PACKAGE="vala"
al@20068 4 VERSION="0.36.4"
mimas@2290 5 CATEGORY="development"
mimas@2290 6 SHORT_DESC="Compiler for the GObject type system"
mimas@2290 7 MAINTAINER="mimas@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
pankso@16315 9 WEB_SITE="https://wiki.gnome.org/Projects/Vala"
al@20068 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/vala.html"
pankso@16315 11 HOST_ARCH="i486 arm"
mimas@2290 12
al@19691 13 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19691 14 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
al@19691 15
al@19691 16 BUILD_DEPENDS="glib-dev libxslt-dev"
slaxemulator@10306 17
al@20068 18 compile_rules() {
al@19691 19 ./configure $CONFIGURE_ARGS && make && make install
mimas@2290 20 }
mimas@2290 21
al@20068 22 genpkg_rules() {
al@20068 23 copy @std @dev
al@20068 24 DEPENDS="glib-dev libffi-dev pcre-dev"
al@20068 25 TAGS="compiler"
mimas@2290 26 }