ipfire-3.x/parted/parted.nm

61 lines
1.3 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = parted
version = 3.5
release = 1.1
groups = Applications/System
url = http://www.gnu.org/software/parted
license = GPLv3+
summary = The GNU disk partition manipulation program.
description
The GNU Parted program allows you to create, destroy, resize, move,
and copy hard disk partitions. Parted can be used for creating space
for new operating systems, reorganizing disk usage, and copying data
to new hard disks.
end
source_dl = https://ftp.gnu.org/gnu/parted/
sources = %{thisapp}.tar.xz
build
requires
# Testsuite
/usr/sbin/mkswap
/usr/bin/udevadm
# Build dependencies
libdevmapper-devel
libuuid-devel
ncurses-devel
pkg-config
readline-devel
end
export LD_LIBRARY_PATH=%{DIR_APP}/libparted/.libs:%{DIR_APP}/libparted/fs/.libs
configure_options += \
--disable-Werror
test
# Temporarily disabled
: #make check
end
end
packages
package %{name}
package %{name}-devel
template DEVEL
end
package %{name}-debuginfo
template DEBUGINFO
end
end