[arch-commits] Commit in libftdi/repos (4 files)

Baptiste Jonglez zorun at archlinux.org
Thu May 25 08:42:00 UTC 2017


    Date: Thursday, May 25, 2017 @ 08:41:59
  Author: zorun
Revision: 230047

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libftdi/repos/community-i686/PKGBUILD
    (from rev 230046, libftdi/trunk/PKGBUILD)
  libftdi/repos/community-x86_64/PKGBUILD
    (from rev 230046, libftdi/trunk/PKGBUILD)
Deleted:
  libftdi/repos/community-i686/PKGBUILD
  libftdi/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |  102 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   51 ----------------------
 community-x86_64/PKGBUILD |   51 ----------------------
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-25 08:41:44 UTC (rev 230046)
+++ community-i686/PKGBUILD	2017-05-25 08:41:59 UTC (rev 230047)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-# bug, python binding vanished with 3.4
-# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-
-pkgname=libftdi
-pkgver=1.3
-pkgrel=3
-pkgdesc="A library to talk to FTDI chips, optional python bindings."
-arch=('i686' 'x86_64')
-url="http://www.intra2net.com/en/developer/libftdi/download.php"
-license=('GPL2' 'LGPL2.1')
-depends=('libusb' 'confuse')
-optdepends=('python: library bindings')
-makedepends=('boost' 'cmake' 'python' 'swig')
-# doxygen for docs, confuse for eeprom
-source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.asc})
-sha1sums=('ff3bdc8ec6f9e0fffc735e2b4708fe574289107f'
-          'SKIP')
-validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open source
-
-prepare() {
-  cd "${pkgname}1-$pkgver"
-  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX ""|' CMakeLists.txt
-  sed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" packages/99-libftdi.rules
-}
-
-build() {
-  cd "$srcdir/${pkgname}1-$pkgver"
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
-    -DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON
-  make
-}
-
-# needs yet unknown dependencies
-#check() {
-#  cd "$srcdir/${pkgname}1-$pkgver/build"
-#  make check
-#}
-
-package() {
-  cd "${pkgname}1-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "../packages/99-libftdi.rules" "$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules"
-  # FS#45053
-  cp -r ../examples/* "$pkgdir/usr/share/libftdi/examples"
-}
-

Copied: libftdi/repos/community-i686/PKGBUILD (from rev 230046, libftdi/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-25 08:41:59 UTC (rev 230047)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+# bug, python binding vanished with 3.4
+# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
+
+pkgname=libftdi
+pkgver=1.3
+pkgrel=4
+pkgdesc="A library to talk to FTDI chips, optional python bindings."
+arch=('i686' 'x86_64')
+url="http://www.intra2net.com/en/developer/libftdi/download.php"
+license=('GPL2' 'LGPL2.1')
+depends=('libusb' 'confuse')
+optdepends=('python: library bindings')
+makedepends=('boost' 'cmake' 'python' 'swig')
+# doxygen for docs, confuse for eeprom
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.asc})
+sha1sums=('ff3bdc8ec6f9e0fffc735e2b4708fe574289107f'
+          'SKIP')
+validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open source
+
+prepare() {
+  cd "${pkgname}1-$pkgver"
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX ""|' CMakeLists.txt
+  sed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" packages/99-libftdi.rules
+}
+
+build() {
+  cd "$srcdir/${pkgname}1-$pkgver"
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
+    -DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON
+  make
+}
+
+# needs yet unknown dependencies
+#check() {
+#  cd "$srcdir/${pkgname}1-$pkgver/build"
+#  make check
+#}
+
+package() {
+  cd "${pkgname}1-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../packages/99-libftdi.rules" "$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules"
+  # FS#45053
+  cp -r ../examples/* "$pkgdir/usr/share/libftdi/examples"
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-25 08:41:44 UTC (rev 230046)
+++ community-x86_64/PKGBUILD	2017-05-25 08:41:59 UTC (rev 230047)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-# bug, python binding vanished with 3.4
-# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-
-pkgname=libftdi
-pkgver=1.3
-pkgrel=3
-pkgdesc="A library to talk to FTDI chips, optional python bindings."
-arch=('i686' 'x86_64')
-url="http://www.intra2net.com/en/developer/libftdi/download.php"
-license=('GPL2' 'LGPL2.1')
-depends=('libusb' 'confuse')
-optdepends=('python: library bindings')
-makedepends=('boost' 'cmake' 'python' 'swig')
-# doxygen for docs, confuse for eeprom
-source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.asc})
-sha1sums=('ff3bdc8ec6f9e0fffc735e2b4708fe574289107f'
-          'SKIP')
-validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open source
-
-prepare() {
-  cd "${pkgname}1-$pkgver"
-  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX ""|' CMakeLists.txt
-  sed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" packages/99-libftdi.rules
-}
-
-build() {
-  cd "$srcdir/${pkgname}1-$pkgver"
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
-    -DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON
-  make
-}
-
-# needs yet unknown dependencies
-#check() {
-#  cd "$srcdir/${pkgname}1-$pkgver/build"
-#  make check
-#}
-
-package() {
-  cd "${pkgname}1-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "../packages/99-libftdi.rules" "$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules"
-  # FS#45053
-  cp -r ../examples/* "$pkgdir/usr/share/libftdi/examples"
-}
-

Copied: libftdi/repos/community-x86_64/PKGBUILD (from rev 230046, libftdi/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-25 08:41:59 UTC (rev 230047)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+# bug, python binding vanished with 3.4
+# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
+
+pkgname=libftdi
+pkgver=1.3
+pkgrel=4
+pkgdesc="A library to talk to FTDI chips, optional python bindings."
+arch=('i686' 'x86_64')
+url="http://www.intra2net.com/en/developer/libftdi/download.php"
+license=('GPL2' 'LGPL2.1')
+depends=('libusb' 'confuse')
+optdepends=('python: library bindings')
+makedepends=('boost' 'cmake' 'python' 'swig')
+# doxygen for docs, confuse for eeprom
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.asc})
+sha1sums=('ff3bdc8ec6f9e0fffc735e2b4708fe574289107f'
+          'SKIP')
+validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open source
+
+prepare() {
+  cd "${pkgname}1-$pkgver"
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX ""|' CMakeLists.txt
+  sed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" packages/99-libftdi.rules
+}
+
+build() {
+  cd "$srcdir/${pkgname}1-$pkgver"
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
+    -DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON
+  make
+}
+
+# needs yet unknown dependencies
+#check() {
+#  cd "$srcdir/${pkgname}1-$pkgver/build"
+#  make check
+#}
+
+package() {
+  cd "${pkgname}1-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../packages/99-libftdi.rules" "$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules"
+  # FS#45053
+  cp -r ../examples/* "$pkgdir/usr/share/libftdi/examples"
+}
+



More information about the arch-commits mailing list