wok-next view freeimage/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | a18af897de8e |
children | 75632eca5b07 |
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 }
22 genpkg_rules() {
23 case $PACKAGE in
24 freeimage) copy @std;;
25 *-dev) copy @dev;;
26 esac
27 }