]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - ImageMagick/ImageMagick.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / ImageMagick / ImageMagick.nm
CommitLineData
893093d3
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = ImageMagick
7version = 6.7.3
8release = 1
9patchlevel = 3
10
11groups = Application/Multimedia
12url = http://www.imagemagick.org/
13license = ImageMagick
14summary = Command line programm to create and convert several image formats.
15
16description
17 ImageMagick also includes command line programs for creating
18 animated or transparent .gifs, creating composite images, creating
19 thumbnail images, and more.
20end
21
22thisapp = %{name}-%{version}-%{patchlevel}
23
24source_dl = ftp://ftp.ImageMagick.org/pub/%{name}/
25sources = %{thisapp}.tar.xz
26
27build
28 requires
29 libjpeg-devel
30 libpng-devel
31 librsvg2-devel
32 libtiff-devel
33 libxml2-devel
34 end
35
36 configure_options += \
37 --sysconfdir=/etc \
38 --enable-shared \
39 --disable-static \
40 --with-threads
41end
42
43packages
44 package %{name}
1f9bc2f0 45
893093d3
SS
46 package %{name}-devel
47 template DEVEL
48 end
1f9bc2f0
MT
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
893093d3 53end