aboutsummaryrefslogtreecommitdiffstats
path: root/main/crconf/APKBUILD
blob: ce5ba09505dec55bb95d92b9c2d8b09d164c025a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=crconf
pkgver=0_pre2
_realver=pre2
pkgrel=2
pkgdesc="Linux crypto layer configuration tool"
url="https://sourceforge.net/projects/crconf/"
arch="all"
license="GPL-2.0-or-later"
makedepends="linux-headers"
source="https://downloads.sourceforge.net/project/crconf/crconf-$_realver.tar.gz"

builddir="$srcdir"/$pkgname-$_realver

build() {
	make
}

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

sha512sums="e4526626c71391968beafaf606bc477849ed11007bcfe4dd9b056bdbd08d19dce41b18418693fd5d2fab29f618e3fdad3ec4f4f2ea269207443e94e7552b4daa  crconf-pre2.tar.gz"