wok-next annotate flam3/receipt @ rev 21105

Small updates... "bzip2" and "cairo": follow "libpkg - pkg - pkg-dev" rule
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 04 17:29:48 2019 +0200 (2019-01-04)
parents 5669e8b3be70
children 262dccc5e3ed
rev   line source
pascal@20030 1 # SliTaz package receipt v2.
gokhlayeh@6998 2
gokhlayeh@6998 3 PACKAGE="flam3"
pascal@20030 4 VERSION="3.1.1"
gokhlayeh@6998 5 CATEGORY="graphics"
al@20547 6 SHORT_DESC="Tools to create/display fractal flames: algorithmically generated \
al@20547 7 images and animations"
al@21020 8 MAINTAINER="devel@slitaz.org"
pascal@15588 9 LICENSE="GPL3"
al@20547 10 WEB_SITE="http://flam3.com/"
al@20547 11
gokhlayeh@6998 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20030 13 WGET_URL="https://github.com/scottdraves/flam3/archive/v$VERSION.tar.gz"
gokhlayeh@6998 14
al@21078 15 BUILD_DEPENDS="expat-dev libjpeg-turbo-dev libpng-dev libxml2-dev"
al@21020 16 SPLIT="$PACKAGE-dev"
pascal@15588 17
al@21081 18 DEPENDS_std="libjpeg-turbo libpng libxml2 zlib"
al@21081 19 DEPENDS_dev="$PACKAGE libjpeg-turbo-dev libpng-dev libxml2-dev"
al@21081 20
al@20547 21 compile_rules() {
gokhlayeh@6998 22 ./configure \
al@20547 23 --disable-static \
al@20547 24 --enable-shared \
gokhlayeh@6998 25 $CONFIGURE_ARGS &&
al@20569 26 fix libtool &&
al@20547 27 make $MAKEFLAGS &&
al@21020 28 make DESTDIR=$install -j1 install
gokhlayeh@6998 29 }