xfsprogs: update to 3.1.5.

This commit is contained in:
Juan RP 2011-07-06 12:17:20 +02:00
parent 8b3b96182e
commit 0fc9751dae
1 changed files with 5 additions and 10 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'xfsprogs'
pkgname=xfsprogs
version=3.1.4
version=3.1.5
distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/$pkgname-$version.tar.gz"
build_style=custom-install
short_desc="Utilities for managing the XFS filesystem"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1cdceb890622dbe7b9d42b9b81f37bb9f7d380b44606db138cf7c4676ad0a1a6
checksum=13347de43203c4575bca7a72efb344c7caf8a86fa216bbd69bf1980f2fb2f37f
long_desc="
A set of commands to use the XFS filesystem, including mkfs.xfs.
@ -33,16 +33,11 @@ Add_dependency build readline-devel
do_build()
{
export DEBUG=-DNDEBUG
./configure --enable-readline=yes \
--enable-blkid=yes \
--enable-lib64=no
make
./configure --enable-readline=yes --enable-blkid=yes --enable-lib64=no
make ${makejobs}
}
do_install()
{
cd ${wrksrc} && \
make DIST_ROOT=${DESTDIR} install install-dev
make DIST_ROOT=${DESTDIR} install install-dev
}