wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="exempi"
4 VERSION="2.4.3"
5 CATEGORY="utilities"
6 LICENSE="GPL3"
7 SHORT_DESC="An implementation of XMP (Adobe's Extensible Metadata Platform)"
8 MAINTAINER="yuripourre@gmail.com"
9 WEB_SITE="https://libopenraw.freedesktop.org/wiki/Exempi/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/exempi.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://libopenraw.freedesktop.org/download/$TARBALL"
15 BUILD_DEPENDS="expat-dev zlib-dev libboost-dev libboost-unit-test-framework"
16 SPLIT="exempi-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 exempi)
29 copy @std
30 DEPENDS="expat zlib"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="exempi expat-dev zlib-dev"
35 ;;
36 esac
37 }