wok-next annotate exempi/receipt @ rev 20405

Follow BLFS Chapter 9 "General Libraries": up apr, apr-util, aspell, autoconf213 (for js), dbus-glib, enchant, exempi, fftw, glib, glibmm, gmime, gobject-introspection, gsl, js, libboost.

js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 17:39:40 2017 +0200 (2017-12-07)
parents 2f3aba6cc31e
children 835b3b8ce6ac
rev   line source
al@19765 1 # SliTaz package receipt v2.
yuripourre@16980 2
yuripourre@16980 3 PACKAGE="exempi"
al@20405 4 VERSION="2.4.3"
yuripourre@16980 5 CATEGORY="utilities"
yuripourre@16980 6 LICENSE="GPL3"
al@19765 7 SHORT_DESC="An implementation of XMP (Adobe's Extensible Metadata Platform)"
yuripourre@16980 8 MAINTAINER="yuripourre@gmail.com"
al@19765 9 WEB_SITE="https://libopenraw.freedesktop.org/wiki/Exempi/"
al@20405 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/exempi.html"
al@19765 11
yuripourre@16981 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19765 13 WGET_URL="https://libopenraw.freedesktop.org/download/$TARBALL"
yuripourre@16980 14
al@19765 15 BUILD_DEPENDS="expat-dev zlib-dev libboost-dev libboost-unit-test-framework"
al@19765 16 SPLIT="exempi-dev"
yuripourre@16980 17
al@20405 18 compile_rules() {
al@19765 19 ./configure \
al@19765 20 --disable-static \
yuripourre@16980 21 $CONFIGURE_ARGS &&
yuripourre@16980 22 make &&
al@20405 23 make install
yuripourre@16980 24 }
yuripourre@16980 25
al@20405 26 genpkg_rules() {
al@19765 27 case $PACKAGE in
al@20405 28 exempi)
al@20405 29 copy @std
al@20405 30 DEPENDS="expat zlib"
al@20405 31 ;;
al@20405 32 *-dev)
al@20405 33 copy @dev
al@20405 34 DEPENDS="exempi expat-dev zlib-dev"
al@20405 35 ;;
al@19765 36 esac
yuripourre@16980 37 }