btrfs-progs: use tarball instead of git
This commit is contained in:
parent
f3fa9b8b93
commit
c84eafeaa8
1 changed files with 5 additions and 5 deletions
|
@ -2,20 +2,20 @@
|
|||
pkgname=btrfs-progs
|
||||
reverts=20141006.4.0.1_1
|
||||
version=4.1.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=${pkgname}-v${version}
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-backtrace"
|
||||
hostmakedepends="automake libtool pkg-config asciidoc xmlto git"
|
||||
hostmakedepends="automake libtool pkg-config asciidoc xmlto"
|
||||
makedepends="zlib-devel lzo-devel acl-devel libuuid-devel e2fsprogs-devel"
|
||||
short_desc="Btrfs filesystem utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://btrfs.wiki.kernel.org/"
|
||||
distfiles="${KERNEL_SITE}/kernel/people/kdave/${pkgname}/${pkgname}-v${version}.tar.xz"
|
||||
checksum=62db60c6a0868afb6302112cea54c756873bc30b826696b167ec03ecd61b2f12
|
||||
|
||||
do_fetch() {
|
||||
git clone -b v${version} git://git.kernel.org/pub/scm/linux/kernel/git/kdave/${pkgname}.git ${pkgname}-${version}
|
||||
}
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue