exherbo-impulze/packages/sys-fs/xfsprogs/xfsprogs-3.1.5.exheres-0

32 lines
799 B
Bash
Raw Normal View History

2009-06-06 08:43:32 +02:00
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
# Distributed under the terms of the GNU General Public License v2
SUMMARY="XFS userspace tools"
DESCRIPTION="Userspace utilities for the XFS filesystem including fsck and mkfs."
HOMEPAGE="http://oss.sgi.com/projects/xfs/"
2010-03-11 11:42:25 +01:00
DOWNLOADS="ftp://oss.sgi.com/projects/xfs/cmd_tars/${PNV}.tar.gz"
2009-06-06 08:43:32 +02:00
2011-07-19 14:23:27 +02:00
LICENCES="GPL-2 LGPL-2.1"
2009-06-06 08:43:32 +02:00
SLOT="0"
PLATFORMS="~amd64 ~x86"
2009-06-06 08:43:32 +02:00
MYOPTIONS=""
DEPENDENCIES="
build+run:
sys-fs/e2fsprogs
"
DEFAULT_SRC_CONFIGURE_PARAMS+=( OPTIMIZER=' ' DEBUG=' ' --sbindir=/sbin )
2010-03-11 11:42:25 +01:00
DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" )
2009-06-06 08:43:32 +02:00
src_prepare() {
default
2010-03-11 11:42:25 +01:00
edo sed -e "/^PKG_DOC_DIR\t=/s:@pkg_name@:${PNV}:" -i include/builddefs.in
2009-06-06 08:43:32 +02:00
}
2009-06-06 09:03:07 +02:00
src_install() {
default
2010-03-11 11:42:25 +01:00
edo rm "${IMAGE}/usr/share/doc/${PNV}/release.sh"
2009-06-06 09:03:07 +02:00
}
2009-07-29 12:55:27 +02:00