xfsprogs: ::impulze -> ::arbor

for/master
Wulf C. Krueger 2012-10-06 13:57:36 +02:00 committed by Daniel Mierswa
parent 231dc3cec3
commit 996f7f0400
1 changed files with 0 additions and 31 deletions

View File

@ -1,31 +0,0 @@
# 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/"
DOWNLOADS="ftp://oss.sgi.com/projects/xfs/cmd_tars/${PNV}.tar.gz"
LICENCES="GPL-2 LGPL-2.1"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
build+run:
sys-fs/e2fsprogs
"
DEFAULT_SRC_CONFIGURE_PARAMS+=( OPTIMIZER=' ' DEBUG=' ' --sbindir=/sbin )
DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" install-dev )
src_prepare() {
default
edo sed -e "/^PKG_DOC_DIR\t=/s:@pkg_name@:${PNVR}:" -i include/builddefs.in
}
src_install() {
default
edo rm "${IMAGE}/usr/share/doc/${PNVR}/release.sh"
}