wok view imagemagick-dev/receipt @ rev 6432

Add: scummvm 1.1.1, beneath-a-steel-sky 1.2
author Antoine Bodin <gokhlayeh@mailoo.org>
date Mon Sep 27 18:03:47 2010 +0200 (2010-09-27)
parents 1926feb96629
children b46d3a514781
line source
1 # SliTaz package receipt.
3 PACKAGE="imagemagick-dev"
4 VERSION="6.6.4-6"
5 CATEGORY="development"
6 SHORT_DESC="ImagesMagick devel files."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="ImageMagick"
9 WANTED="imagemagick"
10 WEB_SITE="http://www.imagemagick.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 }