void-packages/srcpkgs/xfsprogs/template
Juan RP 2219639c78 xfsprogs: update to 3.1.0.
--HG--
extra : convert_revision : 123de9ed13adac505948e02044e5f74b1a05686b
2010-01-15 04:20:46 +01:00

36 lines
1.2 KiB
Plaintext

# Template file for 'xfsprogs'
pkgname=xfsprogs
version=3.1.0
distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--sbindir=/sbin --enable-readline=yes --enable-lib64=no"
make_install_target="DIST_ROOT=$XBPS_DESTDIR/$pkgname-$version
install install-dev"
short_desc="Utilities for managing the XFS filesystem"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=932bdc49d3f39d908fcc65e480bbc0b9ffb4a6c61f2fc62f5c59394535dee8bd
long_desc="
A set of commands to use the XFS filesystem, including mkfs.xfs.
XFS is a high performance journaling filesystem which originated on the
SGI IRIX platform. It is completely multi-threaded, can support large files
and large filesystems, extended attributes, variable block sizes, is extent
based, and makes extensive use of Btrees (directories, extents, free space)
to aid both performance and scalability."
subpackages="$pkgname-libs $pkgname-devel"
Add_dependency run glibc
Add_dependency run libuuid
Add_dependency run readline
Add_dependency run xfsprogs-libs
Add_dependency build gawk
Add_dependency build gettext
Add_dependency build libuuid-devel
Add_dependency build readline-devel
pre_configure()
{
export OPTIMIZER="-O1"
export DEBUG=-DNDEBUG
}