mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
46 lines
910 B
Plaintext
46 lines
910 B
Plaintext
# Contributor: Milan P. Stanić <mps@arvanta.net>
|
|
# Maintainer: Milan P. Stanić <mps@arvanta.net>
|
|
pkgname=erofs-utils
|
|
pkgver=1.8.1
|
|
pkgrel=0
|
|
pkgdesc="userspace utilities for erofs filesystem"
|
|
url="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
makedepends="
|
|
autoconf
|
|
automake
|
|
libtool
|
|
lz4-dev
|
|
util-linux-dev
|
|
zlib-dev
|
|
"
|
|
|
|
subpackages="$pkgname-doc"
|
|
source="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-$pkgver.tar.gz"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
autoreconf -fiv
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
b7fe2441e5295680bc683e978ad97ee359785fd842d77fa86ef6bf869b5da87ad613f48782b5f59684995b6cbc5c274938c9ea9067baa537f09c029eabb4cca3 erofs-utils-1.8.1.tar.gz
|
|
"
|