wok-next annotate vala/receipt @ rev 21086

Up: lz4 (1.8.3), posixovl (1.3), subversion (1.11.0), talloc (2.1.14), upx (3.95), vala (0.42.4). Add utf8proc.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 25 22:17:47 2018 +0200 (2018-12-25)
parents d5aab818505e
children
rev   line source
al@20068 1 # SliTaz package receipt v2.
mimas@2290 2
mimas@2290 3 PACKAGE="vala"
al@21086 4 VERSION="0.42.4"
mimas@2290 5 CATEGORY="development"
mimas@2290 6 SHORT_DESC="Compiler for the GObject type system"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
pankso@16315 9 WEB_SITE="https://wiki.gnome.org/Projects/Vala"
al@20792 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/vala.html"
mimas@2290 11
al@19691 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19691 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
al@21086 14 TARBALL_SHA1="9b1b0c282e895d2e979749cf991805d5fba09032"
al@19691 15
al@20647 16 BUILD_DEPENDS="automake libtool glib-dev libxslt-dev"
al@21086 17 SPLIT="$PACKAGE-common $PACKAGE" # arch-less split
al@21086 18
al@21086 19 COPY_common="@dev vapi/"
al@21086 20
al@21086 21 DEPENDS_std="$PACKAGE-common glib-dev"
al@21086 22
al@21086 23 TAGS_std="compiler"
slaxemulator@10306 24
al@20068 25 compile_rules() {
al@20647 26 ACLOCAL= autoreconf -fiv
al@20647 27
al@20604 28 ./configure $CONFIGURE_ARGS &&
al@20604 29 fix libtool &&
al@20604 30 make &&
al@20604 31 make install
mimas@2290 32 }