]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - parted/parted.nm
parted: Update to 3.1.
[people/ms/ipfire-3.x.git] / parted / parted.nm
CommitLineData
395b8b6d 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
395b8b6d
MT
4###############################################################################
5
802ea3af 6name = parted
bce502ba
SS
7version = 3.1
8release = 1
395b8b6d 9
802ea3af
MT
10groups = Applications/System
11url = http://www.gnu.org/software/parted
12license = GPLv3+
13summary = The GNU disk partition manipulation program.
395b8b6d 14
802ea3af
MT
15description
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
395b8b6d 19 to new hard disks.
802ea3af
MT
20end
21
bce502ba
SS
22source_dl = http://ftp.gnu.org/gnu/parted/
23sources = %{thisapp}.tar.xz
802ea3af
MT
24
25build
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 += \
d2020e18
MT
37 --enable-selinux \
38 --disable-Werror
802ea3af
MT
39end
40
41packages
42 package %{name}
1f9bc2f0 43
802ea3af
MT
44 package %{name}-devel
45 template DEVEL
46 end
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end