wok-next annotate vala/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }