summaryrefslogtreecommitdiff
path: root/repo/core/keyutils.xibuild
blob: a2341dc71c0c3167e4035e9c3de32869ed323702 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

DEPS=(glibc sh)

SOURCE=https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-1.6.3.tar.gz
DESC="Linux Key Management Utils"

build () {
    make
    make DESTDIR=$PKG_DEST install 
}