wok-next view babl/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }