summaryrefslogtreecommitdiff
path: root/user/wimlib/APKBUILD
blob: e2340c0e80e22ef24fcb741e69744639910ffee3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Contributor: CyberLeo <cyberleo@cyberleo.net>
# Maintainer: CyberLeo <cyberleo@cyberleo.net>
pkgname=wimlib
pkgver=1.14.4
pkgrel=0
pkgdesc="Windows Imaging (WIM) archive manipulation library and tools"
url="https://wimlib.net/"
arch="all"
license="(GPL-2.0 OR LGPL-2.1) AND CC0"
depends=""
makedepends="fuse3-dev ntfs-3g ntfs-3g-dev"
subpackages="$pkgname-doc $pkgname-dev $pkgname-libs"
source="https://wimlib.net/downloads/wimlib-$pkgver.tar.gz"

build() {
	./configure \
		--prefix=/usr
	make
}

check() {
	PATH="/usr/sbin:${PATH}" make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="f3c25ee14fe849f452f004ce8137ef040410ea048555ae71180086f010858b6ed593c8881b805bac65f9ee878bf11661a7f17677c6c24e2c77149c35ee0cd853  wimlib-1.14.4.tar.gz"