Skip to content
Snippets Groups Projects
Commit e0c6abeb authored by Leo's avatar Leo
Browse files

main/crconf: rebuild and fix license=

parent 127f365f
No related branches found
No related tags found
No related merge requests found
...@@ -2,24 +2,21 @@ ...@@ -2,24 +2,21 @@
pkgname=crconf pkgname=crconf
pkgver=0_pre2 pkgver=0_pre2
_realver=pre2 _realver=pre2
pkgrel=0 pkgrel=1
pkgdesc="Linux crypto layer configuration tool" pkgdesc="Linux crypto layer configuration tool"
url="https://sourceforge.net/projects/crconf/" url="https://sourceforge.net/projects/crconf/"
arch="all" arch="all"
license="GPL-2.0" license="GPL-2.0-or-later"
depends=""
makedepends="linux-headers" makedepends="linux-headers"
source="https://downloads.sourceforge.net/project/crconf/crconf-$_realver.tar.gz" source="https://downloads.sourceforge.net/project/crconf/crconf-$_realver.tar.gz"
builddir="$srcdir"/$pkgname-$_realver builddir="$srcdir"/$pkgname-$_realver
build() { build() {
cd $builddir
make make
} }
package() { package() {
cd $builddir
make -j1 DESTDIR="$pkgdir" install make -j1 DESTDIR="$pkgdir" install
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment