]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - libjpeg/libjpeg.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/pmueller/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
8ed466cd
MT
6name = libjpeg
7version = 1.1.1
802ea3af 8release = 1
8ed466cd 9thisapp = libjpeg-turbo-%{version}
70e0de8a 10
802ea3af
MT
11groups = System/Libraries
12url = http://sourceforge.net/projects/libjpeg-turbo
13license = wxWidgets
14summary = A MMX/SSE2 accelerated library for manipulating JPEG image files.
70e0de8a 15
802ea3af 16description
70e0de8a
MT
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.
802ea3af
MT
24end
25
8ed466cd 26source_dl = http://sourceforge.net/projects/libjpeg-turbo/files/%{version}/
802ea3af
MT
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
802ea3af
MT
43end
44
45packages
46 package %{name}
1f9bc2f0 47
802ea3af
MT
48 package %{name}-devel
49 template DEVEL
8ed466cd
MT
50
51 files += !/usr/lib/libturbojpeg.so
802ea3af 52 end
1f9bc2f0
MT
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
802ea3af 57end