[arch-commits] Commit in (4 files)

Eric Bélanger eric at nymeria.archlinux.org
Sun Nov 24 23:06:49 UTC 2013


    Date: Monday, November 25, 2013 @ 00:06:49
  Author: eric
Revision: 200290

Add libftdi compatibility package

Added:
  libftdi-compat/
  libftdi-compat/repos/
  libftdi-compat/trunk/
  libftdi-compat/trunk/PKGBUILD

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

Added: libftdi-compat/trunk/PKGBUILD
===================================================================
--- libftdi-compat/trunk/PKGBUILD	                        (rev 0)
+++ libftdi-compat/trunk/PKGBUILD	2013-11-24 23:06:49 UTC (rev 200290)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+
+pkgname=libftdi-compat
+pkgver=0.20
+pkgrel=1
+pkgdesc="A library to talk to FTDI chips"
+arch=('i686' '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')
+
+build() {
+  cd libftdi-$pkgver
+  sed -i '/no-install/d' examples/Makefile.in
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd  libftdi-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: libftdi-compat/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list