]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - python-gudev/python-gudev.nm
Merge remote-tracking branch 'stevee/pcre'
[people/ms/ipfire-3.x.git] / python-gudev / python-gudev.nm
CommitLineData
0061f656 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
0061f656
MT
4###############################################################################
5
802ea3af
MT
6name = python-gudev
7version = 147.1
8397bf5c 8release = 2
0061f656 9
802ea3af 10groups = Development/Tools
8397bf5c 11url = http://www.kernel.org/pub/linux/utils/kernel/hotplug/gudev/
802ea3af
MT
12license = LGPLv3+
13summary = Python (PyGObject) bindings to the GUDev library.
0061f656 14
802ea3af 15description
0061f656 16 python-gudev is a Python (PyGObject) binding to the GUDev UDEV library.
802ea3af
MT
17end
18
19source_dl =
20sources = nzjrs-python-gudev-%{version}-0-gcb29211.tar.gz
21
22build
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
8397bf5c 35 CFLAGS += -I/usr/include/pygtk-2.0
802ea3af
MT
36
37 prepare_cmds
38 ./autogen.sh
39 end
40end
41
42packages
43 package %{name}
44 requires
45 pygobject2
46 end
47 end
1f9bc2f0
MT
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
802ea3af 52end