]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libjpeg/libjpeg.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/amarx/ipfire-3.x.git] / libjpeg / libjpeg.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libjpeg
7 version = 1.1.1
8 release = 1
9 thisapp = libjpeg-turbo-%{version}
10
11 groups = System/Libraries
12 url = http://sourceforge.net/projects/libjpeg-turbo
13 license = wxWidgets
14 summary = A MMX/SSE2 accelerated library for manipulating JPEG image files.
15
16 description
17 The libjpeg-turbo-utils package contains simple client programs for \
18 accessing the libjpeg functions. It contains cjpeg, djpeg, jpegtran,\
19 rdjpgcom and wrjpgcom. Cjpeg compresses an image file into JPEG format. \
20 Djpeg decompresses a JPEG file into a regular image file. Jpegtran \
21 can perform various useful transformations on JPEG files. Rdjpgcom \
22 displays any text comments included in a JPEG file. Wrjpgcom inserts \
23 text comments into a JPEG file.
24 end
25
26 source_dl = http://sourceforge.net/projects/libjpeg-turbo/files/%{version}/
27
28 build
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 end
44
45 packages
46 package %{name}
47
48 package %{name}-devel
49 template DEVEL
50
51 files += !/usr/lib/libturbojpeg.so
52 end
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
57 end