diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-11 16:43:25 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-11 16:43:25 -0300 |
commit | e0c6abebf5a613fb078d5bc84da0525efa4b814c (patch) | |
tree | f517591e6798e157ed79db08de14ba404a6470ae /main/crconf | |
parent | 127f365f05b21f44d4b1d0c62b01710e37cb7c8f (diff) | |
download | aports-e0c6abebf5a613fb078d5bc84da0525efa4b814c.tar.bz2 aports-e0c6abebf5a613fb078d5bc84da0525efa4b814c.tar.xz |
main/crconf: rebuild and fix license=
Diffstat (limited to 'main/crconf')
-rw-r--r-- | main/crconf/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/main/crconf/APKBUILD b/main/crconf/APKBUILD index fb0cb201e0..7332669bf3 100644 --- a/main/crconf/APKBUILD +++ b/main/crconf/APKBUILD @@ -2,24 +2,21 @@ pkgname=crconf pkgver=0_pre2 _realver=pre2 -pkgrel=0 +pkgrel=1 pkgdesc="Linux crypto layer configuration tool" url="https://sourceforge.net/projects/crconf/" arch="all" -license="GPL-2.0" -depends="" +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() { - cd $builddir make } package() { - cd $builddir make -j1 DESTDIR="$pkgdir" install } |