]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libpipeline/libpipeline.nm
qt: Fix build for x86_64.
[people/ms/ipfire-3.x.git] / libpipeline / libpipeline.nm
CommitLineData
fafae10f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
fafae10f
MT
4###############################################################################
5
802ea3af
MT
6name = libpipeline
7version = 1.2.0
8release = 1
fafae10f 9
802ea3af
MT
10groups = Development/Libraries
11url = http://libpipeline.nongnu.org/
12license = GPLv3
13summary = Pipeline manipulation library.
fafae10f 14
802ea3af 15description
fafae10f
MT
16 libpipeline is a C library for manipulating pipelines of subprocesses \
17 in a flexible and convenient way.
802ea3af 18end
fafae10f 19
802ea3af 20source_dl =
fafae10f 21
802ea3af
MT
22packages
23 package %{name}
24 end
1f9bc2f0 25
802ea3af
MT
26 package %{name}-devel
27 template DEVEL
28 end
1f9bc2f0
MT
29
30 package %{name}-debuginfo
31 template DEBUGINFO
32 end
802ea3af 33end