New package: xfsdump-3.1.4
This commit is contained in:
parent
f49ac12207
commit
e2eaeccaab
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'xfsdump'
|
||||
pkgname=xfsdump
|
||||
version=3.1.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin"
|
||||
makedepends="libuuid-devel ncurses-devel xfsprogs-devel attr-devel"
|
||||
short_desc="XFS filesystem incremental dump/restore utility"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://oss.sgi.com/projects/xfs/"
|
||||
distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/${pkgname}-${version}.tar.gz"
|
||||
checksum=570eafd0721515bdd79cb0e295b701d49cdf81e71a0a0ff0df6d4c5cc1960943
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
||||
rm -rf ${DESTDIR}/usr/share/doc/
|
||||
}
|
Loading…
Reference in New Issue