summaryrefslogtreecommitdiff
path: root/user/wimlib/APKBUILD
blob: a8268910a8daaeb3f3346e675cb53ac0e597b815 (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.13.1
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="libxml2-dev fuse-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="a874eafa979e715adf06398371380f06ae42370392473b2eb8aca969b2019664b187f3f2bfa74819bc1d85db4977a08e915c69efc67e77e933c82e6bbcda0243  wimlib-1.13.1.tar.gz"