[arch-commits] Commit in sigrok-firmware-fx2lafw/repos (2 files)

Filipe Laíns ffy00 at archlinux.org
Mon Dec 2 21:18:55 UTC 2019


    Date: Monday, December 2, 2019 @ 21:18:53
  Author: ffy00
Revision: 534825

archrelease: copy trunk to community-any

Added:
  sigrok-firmware-fx2lafw/repos/community-any/
  sigrok-firmware-fx2lafw/repos/community-any/PKGBUILD
    (from rev 534824, sigrok-firmware-fx2lafw/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: sigrok-firmware-fx2lafw/repos/community-any/PKGBUILD (from rev 534824, sigrok-firmware-fx2lafw/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-12-02 21:18:53 UTC (rev 534825)
@@ -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