]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - parted/parted.nm
glib2: Update to 2.39.4.
[people/ms/ipfire-3.x.git] / parted / parted.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = parted
7 version = 3.1
8 release = 1
9
10 groups = Applications/System
11 url = http://www.gnu.org/software/parted
12 license = GPLv3+
13 summary = The GNU disk partition manipulation program.
14
15 description
16 The GNU Parted program allows you to create, destroy, resize, move,
17 and copy hard disk partitions. Parted can be used for creating space
18 for new operating systems, reorganizing disk usage, and copying data
19 to new hard disks.
20 end
21
22 source_dl = http://ftp.gnu.org/gnu/parted/
23 sources = %{thisapp}.tar.xz
24
25 build
26 requires
27 libdevmapper-devel
28 libselinux-devel
29 libsepol-devel
30 libuuid-devel
31 ncurses-devel
32 pkg-config
33 readline-devel
34 end
35
36 configure_options += \
37 --enable-selinux \
38 --disable-Werror
39 end
40
41 packages
42 package %{name}
43
44 package %{name}-devel
45 template DEVEL
46 end
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end