mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
24 lines
630 B
Text
24 lines
630 B
Text
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
|
pkgname=crconf
|
|
pkgver=0_pre2
|
|
_realver=pre2
|
|
pkgrel=3
|
|
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
|
|
options="!check"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make -j1 DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="e4526626c71391968beafaf606bc477849ed11007bcfe4dd9b056bdbd08d19dce41b18418693fd5d2fab29f618e3fdad3ec4f4f2ea269207443e94e7552b4daa crconf-pre2.tar.gz"
|