void-packages/srcpkgs/xfsprogs/template
Juan RP 9973246191 Added xfsprogs-3.0.3 build template.
--HG--
extra : convert_revision : d852e58a2469fed1d4e891dd032c7434ade51037
2009-12-05 07:26:40 +01:00

33 lines
1.1 KiB
Plaintext

# Template file for 'xfsprogs'
pkgname=xfsprogs
version=3.0.3
distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--sbindir=/sbin --enable-readline=yes"
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=58b33a4b19ee85eb14d5c3908fa60ce822d1eccc89f1a9b7839171ab576c0d95
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 full glibc
Add_dependency full libuuid
Add_dependency full readline
Add_dependency run xfsprogs-libs
Add_dependency build gettext
pre_configure()
{
export OPTIMIZER="-O1"
export DEBUG=-DNDEBUG
}