wok view imagemagick-dev/receipt @ rev 9595

Add gens-gs back in. It was fixed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 12 16:24:21 2011 +0000 (2011-04-12)
parents be13f25e790b
children cd8e06a3a55c
line source
1 # SliTaz package receipt.
3 PACKAGE="imagemagick-dev"
4 VERSION="6.6.8-10"
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 }