wok-next annotate babl/receipt @ rev 20569

Fix libtool where applicable (a*-f* packages yet); combine collectd* receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 07:14:16 2018 +0300 (2018-04-13)
parents c4e53a39395a
children 89ae9cf3b230
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
erjo@1645 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19736 12 WGET_URL="https://download.gimp.org/pub/babl/${VERSION%.*}/$TARBALL"
al@19736 13
al@19736 14 SPLIT="babl-dev"
erjo@1645 15
al@20569 16 compile_rules() {
al@20569 17 ./configure $CONFIGURE_ARGS &&
al@20569 18 fix libtool &&
al@20569 19 make &&
al@20569 20 make install
erjo@1645 21 }
erjo@1645 22
al@20569 23 genpkg_rules() {
al@19736 24 case $PACKAGE in
al@20569 25 babl) copy @std;;
al@20569 26 *-dev) copy @dev;;
al@19736 27 esac
erjo@1645 28 }