wok view freeimage-dev/receipt @ rev 14904

kbd*: up 1.15.5; retawq and kbd: place .mo files to right place; locale-pl: try to fix; slitaz-i18n: no more pcmanfm, kbd really not a core package but contains translations for kbd-base.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 31 20:21:51 2013 +0300 (2013-07-31)
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 }