]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - python-gudev/python-gudev.nm
Merge remote-tracking branch 'stevee/pcre'
[people/ms/ipfire-3.x.git] / python-gudev / python-gudev.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-gudev
7 version = 147.1
8 release = 2
9
10 groups = Development/Tools
11 url = http://www.kernel.org/pub/linux/utils/kernel/hotplug/gudev/
12 license = LGPLv3+
13 summary = Python (PyGObject) bindings to the GUDev library.
14
15 description
16 python-gudev is a Python (PyGObject) binding to the GUDev UDEV library.
17 end
18
19 source_dl =
20 sources = nzjrs-python-gudev-%{version}-0-gcb29211.tar.gz
21
22 build
23 requires
24 autoconf
25 automake
26 libtool
27 libudev-devel
28 pkg-config
29 pygobject2-devel
30 python-devel
31 end
32
33 DIR_APP = %{DIR_SRC}/nzjrs-python-gudev-5fac65a
34
35 CFLAGS += -I/usr/include/pygtk-2.0
36
37 prepare_cmds
38 ./autogen.sh
39 end
40 end
41
42 packages
43 package %{name}
44 requires
45 pygobject2
46 end
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end