# Package does not use autotools, and not recognize --enable-option-checking=fatal
# Therefore disable autotools-related fetures
abinfo "Configuring concurrencykit ..."
"$SRCDIR"/configure --prefix=/usr

abinfo "Building concurrencykit ..."
make

abinfo "Installing concurrencykit ..."
make install DESTDIR="$PKGDIR"
