[arch-commits] Commit in sigrok-firmware-fx2lafw/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Mon Dec 2 21:18:38 UTC 2019
Date: Monday, December 2, 2019 @ 21:18:38
Author: ffy00
Revision: 534823
upgpkg: sigrok-firmware-fx2lafw 0.1.7-1
Added:
sigrok-firmware-fx2lafw/trunk/PKGBUILD
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Added: PKGBUILD
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-02 21:18:38 UTC (rev 534823)
@@ -0,0 +1,28 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=sigrok-firmware-fx2lafw
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='Firmware for FX2 logic analyzers'
+arch=('any')
+url='http://sigrok.org/wiki/Fx2lafw'
+license=('GPL2' 'LGPL2.1')
+makedepends=('sdcc')
+source=("http://sigrok.org/download/source/$pkgname/$pkgname-$pkgver.tar.gz")
+sha512sums=('e9973980b07cef395637476c6294473e349770be24afe6b03d284bf3057f6b32fe686e25f3baa180b96455397db43e16f191a9feb07bf46e097170fb4d326f8e')
+
+build(){
+ cd $pkgname-$pkgver
+
+ autoreconf -vif
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package(){
+ cd $pkgname-$pkgver
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list