wok view freeimage-dev/receipt @ rev 11801

syslinux: fix ifmem.c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 25 11:52:40 2012 +0100 (2012-02-25)
parents c194790b4277
children fcdd50638150
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 }