wok-next annotate vala/receipt @ rev 20604

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 13:15:41 2018 +0300 (2018-04-19)
parents 0e7893ac206d
children 1ff723a6455b
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"
mimas@2290 11
al@19691 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19691 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
al@19691 14
al@19691 15 BUILD_DEPENDS="glib-dev libxslt-dev"
slaxemulator@10306 16
al@20068 17 compile_rules() {
al@20604 18 ./configure $CONFIGURE_ARGS &&
al@20604 19 fix libtool &&
al@20604 20 make &&
al@20604 21 make install
mimas@2290 22 }
mimas@2290 23
al@20068 24 genpkg_rules() {
al@20068 25 copy @std @dev
al@20068 26 DEPENDS="glib-dev libffi-dev pcre-dev"
al@20068 27 TAGS="compiler"
mimas@2290 28 }