Skip to content
Snippets Groups Projects
Verified Commit 7833fcbe authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/k*: modernise, fix metadata

parent 189db074
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ arch="all"
options="!check" # padding error on at least ppc64
license="GPL-2.0+"
depends=""
makedepends="linux-headers linux-pam-dev"
checkdepends="check-dev"
makedepends="linux-headers linux-pam-dev autoconf automake"
subpackages="$pkgname-doc $pkgname-fonts::noarch $pkgname-keymaps::noarch
$pkgname-lang"
source="https://dev.sick.bike/dist/$pkgname-$pkgver.tar.xz"
......
......@@ -13,7 +13,6 @@ subpackages="$pkgname-doc"
source="https://github.com/jmmv/kyua/releases/download/kyua-$pkgver/kyua-$pkgver.tar.gz"
build() {
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
......@@ -25,12 +24,10 @@ build() {
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
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