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