initial xfsprogs
This commit is contained in:
parent
398d9d6b57
commit
ee8ca88db6
1 changed files with 25 additions and 0 deletions
25
packages/sys-fs/xfsprogs/xfsprogs-3.0.1.exheres-0
Normal file
25
packages/sys-fs/xfsprogs/xfsprogs-3.0.1.exheres-0
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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 LGPL-2.1"
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64"
|
||||
MYOPTIONS=""
|
||||
|
||||
DEPENDENCIES="
|
||||
build+run:
|
||||
sys-fs/e2fsprogs
|
||||
"
|
||||
|
||||
DEFAULT_SRC_CONFIGURE_PARAMS+=( OPTIMIZER=' ' DEBUG=' ' )
|
||||
DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="$IMAGE" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -e "/^PKG_DOC_DIR\t=/s:@pkg_name@:$PNV:" -i include/builddefs.in || die "sed failed"
|
||||
}
|
Loading…
Reference in a new issue