wok-next view babl/receipt @ rev 20814

palemoon: fatal error: sys/int_types.h
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 19:28:54 2018 +0000 (2018-06-13)
parents 89ae9cf3b230
children 65f5c0b7dcd4
line source
1 # SliTaz package receipt v2.
3 PACKAGE="babl"
4 VERSION="0.1.50"
5 CATEGORY="system-tools"
6 SHORT_DESC="Pixel format translation library"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL3"
9 WEB_SITE="http://gegl.org/babl/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/babl.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://download.gimp.org/pub/babl/${VERSION%.*}/$TARBALL"
15 SPLIT="babl-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 babl) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }