Skip to content
Snippets Groups Projects
Commit 033372ec authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/incron: disable on riscv64

parent a2758415
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ pkgver=0.5.10
pkgrel=0
pkgdesc="Inotify cron system"
url="http://inotify.aiken.cz"
arch="all"
# riscv64 fails to build, "inotify-cxx.h:40:10: fatal error: sys/inotify-syscalls.h: No such file or directory"
arch="all !riscv64"
license="GPL-2.0"
makedepends="argp-standalone"
subpackages="$pkgname-doc"
......@@ -17,12 +18,10 @@ source="http://inotify.aiken.cz/download/incron/incron-$pkgver.tar.bz2
builddir="$srcdir/incron-$pkgver"
build() {
cd "$builddir"
make PREFIX=/usr
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" PREFIX=/usr install
install -Dm755 "$srcdir"/incrond.initd "$pkgdir"/etc/init.d/incrond
install -Dm644 incron.conf.example "$pkgdir"/etc/incron.conf
......
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