wok-4.x view freeimage-dev/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (15 months ago)
parents c194790b4277
children
line source
1 # SliTaz package receipt.
3 PACKAGE="freeimage-dev"
4 VERSION="3141"
5 CATEGORY="development"
6 SHORT_DESC="freeimage devel files"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="freeimage"
9 WANTED="freeimage"
10 SOURCE="FreeImage"
11 WEB_SITE="http://freeimage.sourceforge.net/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr
19 }