upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / sigrok-firmware-fx2lafw / trunk / PKGBUILD
blob77e01203ce61b2ab649ef91df4f445c157c53696
1 # Maintainer: Filipe LaĆ­ns (FFY00) <lains@archlinux.org>
3 pkgname=sigrok-firmware-fx2lafw
4 pkgver=0.1.7
5 pkgrel=1
6 pkgdesc='Firmware for FX2 logic analyzers'
7 arch=('any')
8 url='http://sigrok.org/wiki/Fx2lafw'
9 license=('GPL2' 'LGPL2.1')
10 makedepends=('sdcc')
11 source=("http://sigrok.org/download/source/$pkgname/$pkgname-$pkgver.tar.gz")
12 sha512sums=('e9973980b07cef395637476c6294473e349770be24afe6b03d284bf3057f6b32fe686e25f3baa180b96455397db43e16f191a9feb07bf46e097170fb4d326f8e')
14 build(){
15     cd $pkgname-$pkgver
17     autoreconf -vif
19     ./configure --prefix=/usr
21     make
24 package(){
25   cd $pkgname-$pkgver
27   make DESTDIR="$pkgdir" install