wok-next view babl/receipt @ rev 20479

lua5.1: typo in patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 11 23:49:46 2018 +0100 (2018-03-11)
parents 11f96bc53c0e
children 835b3b8ce6ac
line source
1 # SliTaz package receipt v2.
3 PACKAGE="babl"
4 VERSION="0.1.26"
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://download.gimp.org/pub/babl/${VERSION%.*}/$TARBALL"
14 SPLIT="babl-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 case $PACKAGE in
28 babl) copy @std ;;
29 babl-dev) copy @dev ;;
30 esac
31 }