wok-next view babl/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 835b3b8ce6ac
children 014a4f35b014
line source
1 # SliTaz package receipt v2.
3 PACKAGE="babl"
4 VERSION="0.1.42"
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 }