]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libjpeg/libjpeg.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / libjpeg / libjpeg.nm
CommitLineData
3b878b6f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
3b878b6f
SS
4###############################################################################
5
802ea3af
MT
6name = libjpeg-turbo
7version = 1.0.0
8release = 1
70e0de8a 9
802ea3af
MT
10groups = System/Libraries
11url = http://sourceforge.net/projects/libjpeg-turbo
12license = wxWidgets
13summary = A MMX/SSE2 accelerated library for manipulating JPEG image files.
70e0de8a 14
802ea3af 15description
70e0de8a
MT
16 The libjpeg-turbo-utils package contains simple client programs for \
17 accessing the libjpeg functions. It contains cjpeg, djpeg, jpegtran,\
18 rdjpgcom and wrjpgcom. Cjpeg compresses an image file into JPEG format. \
19 Djpeg decompresses a JPEG file into a regular image file. Jpegtran \
20 can perform various useful transformations on JPEG files. Rdjpgcom \
21 displays any text comments included in a JPEG file. Wrjpgcom inserts \
22 text comments into a JPEG file.
802ea3af
MT
23end
24
25source_dl =
26sources = %{name}-%{version}.tar.gz
27
28build
29 requires
30 autoconf
31 automake
32 gcc-c++
33 libtool
34 nasm
35 end
36
37 configure_options += \
38 --enable-shared
39
40 prepare_cmds
41 autoreconf -vfi
42 end
43
44 install_cmds
45 # Remove non-versioned libjpegturbo.
46 rm -vf %{BUILDROOT}/usr/include/turbojpeg.h
47 rm -vf %{BUILDROOT}/usr/lib/libturbojpeg.so
48 end
49end
50
51packages
52 package %{name}
53 end
1f9bc2f0 54
802ea3af
MT
55 package %{name}-devel
56 template DEVEL
57 end
1f9bc2f0
MT
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
802ea3af 62end