wok view imagemagick-dev/receipt @ rev 12641

gnomad2: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 22:10:56 2012 +0200 (2012-04-29)
parents 61cd3f3b6673
children 9d7fe0a5c2a8
line source
1 # SliTaz package receipt.
3 PACKAGE="imagemagick-dev"
4 VERSION="6.7.6-7"
5 CATEGORY="development"
6 SHORT_DESC="ImagesMagick devel files."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="ImageMagick"
9 DEPENDS="imagemagick"
10 WANTED="imagemagick"
11 WEB_SITE="http://www.imagemagick.org/"
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/include $fs/usr
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
20 }