wok-next annotate freeimage/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@20464 1 # SliTaz package receipt v2.
jozee@2726 2
jozee@2726 3 PACKAGE="freeimage"
al@20988 4 VERSION="3.18.0"
jozee@2726 5 CATEGORY="graphics"
al@20464 6 SHORT_DESC="Library to support popular graphics image formats like PNG, BMP, \
al@20464 7 JPEG, TIFF and others"
al@21020 8 MAINTAINER="devel@slitaz.org"
pascal@15588 9 LICENSE="GPL2"
al@20988 10 WEB_SITE="http://freeimage.sourceforge.net/"
al@20464 11
al@20988 12 TARBALL="FreeImage${VERSION//.}.zip"
al@20988 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
jozee@2726 14
al@20988 15 SPLIT="$PACKAGE-dev"
pascal@15588 16
al@20464 17 compile_rules() {
pascal@5001 18 make &&
al@20988 19 make DESTDIR=$install install
jozee@2726 20 }