wok-next annotate babl/receipt @ rev 20057

Up cookutils (987)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 23 23:14:31 2017 +0300 (2017-10-23)
parents c1cdacb7defd
children c4e53a39395a
rev   line source
al@19736 1 # SliTaz package receipt v2.
erjo@1645 2
erjo@1645 3 PACKAGE="babl"
al@19736 4 VERSION="0.1.26"
erjo@1645 5 CATEGORY="system-tools"
al@19736 6 SHORT_DESC="Pixel format translation library"
erjo@1645 7 MAINTAINER="erjo@slitaz.org"
pascal@14997 8 LICENSE="LGPL3"
al@19736 9 WEB_SITE="http://gegl.org/babl/"
al@19736 10 HOST_ARCH="i486 arm"
al@19736 11
erjo@1645 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19736 13 WGET_URL="https://download.gimp.org/pub/babl/${VERSION%.*}/$TARBALL"
al@19736 14
al@19736 15 SPLIT="babl-dev"
erjo@1645 16
erjo@1645 17 # Rules to configure and make the package.
erjo@1645 18 compile_rules()
erjo@1645 19 {
slaxemulator@12365 20 ./configure \
al@19736 21 $CONFIGURE_ARGS &&
pankso@12737 22 make && make install
erjo@1645 23 }
erjo@1645 24
erjo@1645 25 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1645 26 genpkg_rules()
erjo@1645 27 {
al@19736 28 case $PACKAGE in
al@19736 29 babl) copy @std ;;
al@19736 30 babl-dev) copy @dev ;;
al@19736 31 esac
erjo@1645 32 }