Date: Sunday, December 24, 2017 @ 10:19:53
  Author: arojas
Revision: 275744

archrelease: copy trunk to community-x86_64

Added:
  libftdi-compat/repos/community-x86_64/
  libftdi-compat/repos/community-x86_64/PKGBUILD
    (from rev 275743, libftdi-compat/trunk/PKGBUILD)

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

Copied: libftdi-compat/repos/community-x86_64/PKGBUILD (from rev 275743, 
libftdi-compat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-12-24 10:19:53 UTC (rev 275744)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+
+pkgname=libftdi-compat
+pkgver=0.20
+pkgrel=3
+pkgdesc="A library to talk to FTDI chips"
+arch=('x86_64')
+url="http://www.intra2net.com/en/developer/libftdi/download.php";
+license=('GPL2' 'LGPL2.1')
+depends=('libusb-compat' 'gcc-libs')
+makedepends=('boost')
+source=(http://www.intra2net.com/en/developer/libftdi/download/libftdi-$pkgver.tar.gz{,.sig})
+sha1sums=('4bc6ce70c98a170ada303fbd00b8428d8a2c1aa2'
+          '807d145147c9bee08b4cea4d7ca82ccaf1330f02')
+validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
+
+build() {
+  cd libftdi-$pkgver
+  ./configure --prefix=/usr --without-examples
+  make
+}
+
+package() {
+  cd  libftdi-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to