wok-next annotate libidl/receipt @ rev 19784

Build glib static libs and make static desktop-file-validate (for cookutils compressor), remake optipng & pngquant: use sbin for static binaries. Up 915resolution, Qt4-qca-ossl, R, accessx, advancecomp, aiksaurus, airpwn, amsn for auto-patching; lowercase libIDL, ORBit2 names.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 04:02:32 2017 +0300 (2017-06-19)
parents
children 6d2b71cbba60
rev   line source
al@19784 1 # SliTaz package receipt v2.
al@19784 2
al@19784 3 PACKAGE="libidl"
al@19784 4 VERSION="0.8.14"
al@19784 5 CATEGORY="development"
al@19784 6 SHORT_DESC="IDL Compiling Library"
al@19784 7 MAINTAINER="pankso@slitaz.org"
al@19784 8 LICENSE="LGPL2"
al@19784 9 WEB_SITE="https://github.com/GNOME/libIDL"
al@19784 10 CROSS="bug: can not run test program"
al@19784 11
al@19784 12 TARBALL="libIDL-$VERSION.tar.bz2"
al@19784 13 WGET_URL="$GNOME_MIRROR/libIDL/${VERSION%.*}/$TARBALL"
al@19784 14
al@19784 15 BUILD_DEPENDS="bison flex glib-dev pkg-config"
al@19784 16
al@19784 17 # Rules to configure and make the package.
al@19784 18 compile_rules()
al@19784 19 {
al@19784 20 ./configure \
al@19784 21 --cache-file=config.cache \
al@19784 22 --build=$HOST_SYSTEM \
al@19784 23 --host=$HOST_SYSTEM &&
al@19784 24 make && make install
al@19784 25 }
al@19784 26
al@19784 27 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19784 28 genpkg_rules()
al@19784 29 {
al@19784 30 copy @std @dev
al@19784 31 PROVIDE="libIDL"
al@19784 32 DEPENDS="glib-dev pcre-dev"
al@19784 33 }