]> git.ipfire.org Git - ipfire-3.x.git/blob - parted/parted.nm
perl-FCGI: Fix library permissions
[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.5
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 = https://ftp.gnu.org/gnu/parted/
23 sources = %{thisapp}.tar.xz
24
25 build
26 requires
27 # Testsuite
28 /usr/sbin/mkswap
29 /usr/bin/udevadm
30
31 # Build dependencies
32 libdevmapper-devel
33 libuuid-devel
34 ncurses-devel
35 pkg-config
36 readline-devel
37 end
38
39 export LD_LIBRARY_PATH=%{DIR_APP}/libparted/.libs:%{DIR_APP}/libparted/fs/.libs
40
41 configure_options += \
42 --disable-Werror
43
44 test
45 # Temporarily disabled
46 : #make check
47 end
48 end
49
50 packages
51 package %{name}
52
53 package %{name}-devel
54 template DEVEL
55 end
56
57 package %{name}-debuginfo
58 template DEBUGINFO
59 end
60 end