]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - parted/parted.nm
elfutils: Correctly configure debuginfod
[people/pmueller/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
0f37bd33 7version = 3.5
fb0b5f5a 8release = 1.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
0f37bd33 22source_dl = https://ftp.gnu.org/gnu/parted/
bce502ba 23sources = %{thisapp}.tar.xz
802ea3af
MT
24
25build
26 requires
a309947b
SS
27 # Testsuite
28 /usr/sbin/mkswap
29 /usr/bin/udevadm
30
31 # Build dependencies
802ea3af 32 libdevmapper-devel
802ea3af
MT
33 libuuid-devel
34 ncurses-devel
35 pkg-config
36 readline-devel
37 end
38
a309947b
SS
39 export LD_LIBRARY_PATH=%{DIR_APP}/libparted/.libs:%{DIR_APP}/libparted/fs/.libs
40
802ea3af 41 configure_options += \
d2020e18 42 --disable-Werror
a309947b
SS
43
44 test
0f37bd33
MT
45 # Temporarily disabled
46 : #make check
a309947b 47 end
802ea3af
MT
48end
49
50packages
51 package %{name}
1f9bc2f0 52
802ea3af
MT
53 package %{name}-devel
54 template DEVEL
55 end
1f9bc2f0
MT
56
57 package %{name}-debuginfo
58 template DEBUGINFO
59 end
802ea3af 60end