33 lines
1.1 KiB
Plaintext
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
|
|
}
|