wok-next view vala/receipt @ rev 19901

Tiny edits: fbterm, gperiodic; up: arpack-ng, libdesktop-agnostic.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 12 17:01:04 2017 +0300 (2017-10-12)
parents c46591bcff38
children 05d4a6d977d4
line source
1 # SliTaz package receipt.
3 PACKAGE="vala"
4 VERSION="0.32.1"
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 TAGS="compiler"
11 HOST_ARCH="i486 arm"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
16 DEPENDS="glib-dev glibc-dev libffi-dev pcre-dev"
17 BUILD_DEPENDS="glib-dev libxslt-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure $CONFIGURE_ARGS && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 rm -r $fs/usr/share/man $fs/usr/share/devhelp
30 }