]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libjpeg/libjpeg.nm
ff129c4beea793cfbb90ea036bb071ad22d59718
[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-turbo
7 version = 1.0.0
8 release = 1
9
10 groups = System/Libraries
11 url = http://sourceforge.net/projects/libjpeg-turbo
12 license = wxWidgets
13 summary = A MMX/SSE2 accelerated library for manipulating JPEG image files.
14
15 description
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.
23 end
24
25 source_dl =
26 sources = %{name}-%{version}.tar.gz
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
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
49 end
50
51 packages
52 package %{name}
53 end
54
55 package %{name}-devel
56 template DEVEL
57 end
58 end