wok-next view freeimage/receipt @ rev 21323

lcdnurse: added build dependency wxWidgets28
author Hans-G?nter Theisgen
date Wed Dec 11 14:19:01 2019 +0100 (2019-12-11)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="freeimage"
4 VERSION="3.18.0"
5 CATEGORY="graphics"
6 SHORT_DESC="Library to support popular graphics image formats like PNG, BMP, \
7 JPEG, TIFF and others"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://freeimage.sourceforge.net/"
12 TARBALL="FreeImage${VERSION//.}.zip"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 make &&
19 make DESTDIR=$install install
20 }