2010-11-10 14:45:53 +00:00
|
|
|
# Template file for 'btrfs-progs'
|
|
|
|
pkgname=btrfs-progs
|
2016-07-30 05:15:35 +00:00
|
|
|
version=4.7
|
|
|
|
revision=1
|
2015-07-27 19:08:59 +00:00
|
|
|
wrksrc=${pkgname}-v${version}
|
2015-03-14 07:24:16 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-backtrace"
|
2015-07-27 19:08:59 +00:00
|
|
|
hostmakedepends="automake libtool pkg-config asciidoc xmlto"
|
2013-11-27 13:17:11 +00:00
|
|
|
makedepends="zlib-devel lzo-devel acl-devel libuuid-devel e2fsprogs-devel"
|
2010-11-10 14:45:53 +00:00
|
|
|
short_desc="Btrfs filesystem utilities"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2012-05-11 03:49:23 +00:00
|
|
|
license="GPL-2"
|
2012-10-22 12:31:55 +00:00
|
|
|
homepage="http://btrfs.wiki.kernel.org/"
|
2015-07-27 19:08:59 +00:00
|
|
|
distfiles="${KERNEL_SITE}/kernel/people/kdave/${pkgname}/${pkgname}-v${version}.tar.xz"
|
2016-07-30 05:15:35 +00:00
|
|
|
checksum=1a5fdab01c21661e39b0d596f64c8ea164d77147f7084e428e1e71da2b2999cf
|
2013-11-27 13:17:11 +00:00
|
|
|
|
2015-03-14 07:24:16 +00:00
|
|
|
pre_configure() {
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2012-05-11 03:49:23 +00:00
|
|
|
}
|
2013-04-12 06:55:23 +00:00
|
|
|
|
2013-11-27 13:17:11 +00:00
|
|
|
libbtrfs_package() {
|
|
|
|
short_desc+=" - runtime library"
|
|
|
|
pkg_install() {
|
|
|
|
vmove "usr/lib/*.so.*"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
libbtrfs-devel_package() {
|
|
|
|
short_desc+=" - development files"
|
|
|
|
depends="libbtrfs>=${version}_${revision}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
vmove "usr/lib/*.so"
|
|
|
|
}
|
|
|
|
}
|