summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4117ce30099c0588548980a77a57143c765e0004 (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
27
28
29
# Maintainer: Roshless <aur@roshless.com>
pkgname=spek-alternative
pkgver=0.8.2.3
pkgrel=3
pkgdesc='An acoustic spectrum analyser. Fork'
arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
url='https://github.com/withmorten/spek-alternative'
license=('GPL3')
depends=('desktop-file-utils' 'ffmpeg' 'wxgtk2')
provides=('spek')
conflicts=('spek' 'spek-git')
makedepends=('intltool')
source=("https://github.com/withmorten/spek-alternative/archive/$pkgver.tar.gz")
md5sums=('e7b7ce256e1712b6d22ddbf5892013a5')

build()
{
	cd "$pkgname-$pkgver"
	./autogen.sh && 0
	./configure --prefix=/usr
	make
}

package()
{
	cd "$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}