[arch-commits] Commit in (libftdi libftdi/repos libftdi/trunk libftdi/trunk/PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Feb 6 10:28:19 UTC 2014


    Date: Thursday, February 6, 2014 @ 11:28:19
  Author: bpiotrowski
Revision: 105379

extra2community: Moving libftdi from extra to community

Added:
  libftdi/
  libftdi/repos/
  libftdi/trunk/
  libftdi/trunk/PKGBUILD

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

Added: libftdi/trunk/PKGBUILD
===================================================================
--- libftdi/trunk/PKGBUILD	                        (rev 0)
+++ libftdi/trunk/PKGBUILD	2014-02-06 10:28:19 UTC (rev 105379)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+
+pkgname=libftdi
+pkgver=1.1
+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=('libusbx')
+makedepends=('boost' 'cmake')
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
+sha1sums=('f05ade5614aa31e64f91a30ce3782f7ca3704d18'
+          'SKIP')
+
+prepare() {
+  cd ${pkgname}1-$pkgver
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX ""|' CMakeLists.txt
+}
+
+build() {
+  cd ${pkgname}1-$pkgver
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${pkgname}1-$pkgver/build
+  make DESTDIR="$pkgdir" install
+  find examples -type f -perm -755 -exec install {} "$pkgdir/usr/bin" \;
+  # Remove eepreom (conflict with i2c-tools FS#37925)
+  rm "$pkgdir/usr/bin/eeprom"
+}


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



More information about the arch-commits mailing list