]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/pixman/pixman.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / pixman / pixman.nm
CommitLineData
ff281aef 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
ff281aef
MT
4###############################################################################
5
802ea3af
MT
6name = pixman
7version = 0.18.4
8release = 2
ff281aef 9
802ea3af
MT
10groups = System/Libraries
11url = http://xorg.freedesktop.org/archive/individual/lib/
12license = MIT
13summary = Pixel manipulation library.
ff281aef 14
802ea3af 15description
ff281aef 16 Pixman is a pixel manipulation library for X and cairo.
802ea3af
MT
17end
18
19source_dl =
20
21build
22 requires
23 perl
24 pkg-config
25 end
26end
27
28packages
29 package %{name}
30 end
31
32 package %{name}-devel
33 template DEVEL
34 end
35end