wok-next view ijs/receipt @ rev 19796

Add graphite2; up ijs, libexif, libmng, libraw, libwebp, newt, openjpeg, openjpeg2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 23 16:10:03 2017 +0300 (2017-06-23)
parents f463de72afe3
children 0ec6086e21d6
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ijs"
4 VERSION="0.35"
5 CATEGORY="office"
6 SHORT_DESC="IJS (InkJet Server) API function"
7 MAINTAINER="mojo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://wiki.linuxfoundation.org/openprinting/start"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://www.openprinting.org/download/ijs/download/$TARBALL"
14 BUILD_DEPENDS="gfortran"
15 SPLIT="ijs-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --enable-shared \
22 --disable-static \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 case $PACKAGE in
31 ijs) copy @std;;
32 *-dev) copy @dev;;
33 esac
34 }