diff --git a/metadata/categories.conf b/metadata/categories.conf index 37692bf..b051bf8 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -1,2 +1,3 @@ app-arch net-proxy +sys-fs diff --git a/packages/sys-fs/xfsdump/xfsdump-3.1.0.exheres-0 b/packages/sys-fs/xfsdump/xfsdump-3.1.0.exheres-0 new file mode 100644 index 0000000..20a7c40 --- /dev/null +++ b/packages/sys-fs/xfsdump/xfsdump-3.1.0.exheres-0 @@ -0,0 +1,12 @@ +# Copyright 2012 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +SUMMERY="xfs dump/restore utilities" +HOMEPAGE="http://oss.sgi.com/projects/xfs" +DOWNLOADS="ftp://oss.sgi.com/projects/xfs/cmd_tars/${PNV}.tar.gz" +SLOT="0" +LICENCES="GPL-2" +PLATFORMS="~x86" +MYOPTIONS="" +DEPENDENCIES="build+run: sys-fs/xfsprogs" +DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" )