]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libmng/libmng.nm
kernel: Update to 3.13.2.
[people/ms/ipfire-3.x.git] / libmng / libmng.nm
CommitLineData
e386259d 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
e386259d
SS
4###############################################################################
5
802ea3af
MT
6name = libmng
7version = 1.0.10
8release = 1
e386259d 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.libmng.org
12license = zlib
13summary = Library for Multiple-image Network Graphics support.
e386259d 14
802ea3af 15description
e386259d
SS
16 LibMNG is a library for accessing graphics in MNG (Multi-image Network \
17 Graphics) and JNG (JPEG Network Graphics) formats.
802ea3af
MT
18end
19
20source_dl =
21sources = %{thisapp}.tar.bz2
22
23build
24 requires
25 autoconf
26 automake
27 libjpeg-devel
28 libtool
29 zlib-devel
30 end
31
32 configure_options += \
33 --enable-shared \
34 --disable-static \
35 --with-zlib \
36 --with-jpeg \
37 --with-gnu-ld
38
39 prepare_cmds
40 unmaintained/autogen.sh
41 end
42end
43
44packages
45 package %{name}
46 end
1f9bc2f0 47
802ea3af
MT
48 package %{name}-devel
49 template DEVEL
50 end
1f9bc2f0
MT
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
802ea3af 55end