wok-next annotate vala/receipt @ rev 19691

Add colord, gnome-themes-standard, libgusb; up: gtk+, gtk+3, libgudev, libnotify, librsvg, libusb, vala
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 15 13:29:33 2017 +0300 (2017-04-15)
parents c46591bcff38
children 05d4a6d977d4
rev   line source
mimas@2290 1 # SliTaz package receipt.
mimas@2290 2
mimas@2290 3 PACKAGE="vala"
al@19691 4 VERSION="0.32.1"
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"
jozee@4975 10 TAGS="compiler"
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 DEPENDS="glib-dev glibc-dev libffi-dev pcre-dev"
al@19691 17 BUILD_DEPENDS="glib-dev libxslt-dev"
slaxemulator@10306 18
mimas@2290 19 # Rules to configure and make the package.
mimas@2290 20 compile_rules()
mimas@2290 21 {
al@19691 22 ./configure $CONFIGURE_ARGS && make && make install
mimas@2290 23 }
mimas@2290 24
mimas@2290 25 # Rules to gen a SliTaz package suitable for Tazpkg.
mimas@2290 26 genpkg_rules()
mimas@2290 27 {
al@19691 28 cp -a $install/* $fs
al@19691 29 rm -r $fs/usr/share/man $fs/usr/share/devhelp
mimas@2290 30 }