# Description: Automatic bug detection and reporting tool # URL: https://abrt.readthedocs.org/ # Maintainer: protonesso, nagakamira at gmail dot com # Depends on: intltool libreport libxml2 polkit libcap libelf json-c gdb # Section: admin name=abrt version=2.14.6 release=1 source=("https://github.com/abrt/abrt/archive/$version/$name-$version.tar.gz") build() { cd "$SRC"/$name-$version ./autogen.sh ./configure $BUILDFLAGS \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --with-python3 \ --without-bodhi \ --without-rpm make make DESTDIR="$PKG" install install -Dm644 "$STUFF"/sysusers.d/abrt.conf "$PKG"/usr/lib/sysusers.d/abrt.conf }