summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f00068ddd5f6fdb708f2861826bd7bd6f518f958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Christian Hesse <mail@eworm.de>

pkgname=satyr
pkgver=0.19
pkgrel=2
pkgdesc='Automatic problem management with anonymous reports'
arch=('i686' 'x86_64')
makedepends=('python-sphinx')
url='https://github.com/abrt/satyr'
license=('GPL')
source=("https://fedorahosted.org/released/abrt/${pkgname}-${pkgver}.tar.xz")
sha256sums=('3bf57cf0f26b33f9d7a9bf374233af4ce93b9d65b2f4f671070eb24768fc738d')

build() {
	cd "${srcdir}/${pkgname}-${pkgver}"

	./configure --prefix=/usr
	make
}

package() {
	cd "${srcdir}/${pkgname}-${pkgver}"

	make DESTDIR="${pkgdir}/" install
}