wok-next view babl/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 7b8e80e44f01
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="babl"
4 VERSION="0.1.58"
5 CATEGORY="system-tools"
6 SHORT_DESC="Pixel format translation library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="http://gegl.org/babl/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/babl.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://download.gimp.org/pub/babl/${VERSION%.*}/$TARBALL"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }