3fdad91bf9
Discussed with @chneukirchen.
17 lines
696 B
Bash
17 lines
696 B
Bash
# Template file for 'partclone'
|
|
pkgname=partclone
|
|
version=0.2.86
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-rpath --enable-ncursesw
|
|
--enable-extfs --enable-hfsp --enable-fat --enable-exfat
|
|
--enable-ntfs --enable-btrfs --enable-minix"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="e2fsprogs-devel libuuid-devel ncurses-devel ntfs-3g-devel"
|
|
short_desc="File system clone and restore utilities"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://www.partclone.org/"
|
|
distfiles="https://github.com/Thomas-Tsai/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=093d80e575163253d8a106760a91824064a8e1d74ed1bfe065415885ee8b9d45
|
|
CFLAGS="-DBTRFS_DISABLE_BACKTRACE"
|