[arch-commits] Commit in libftdi-compat/repos/community-x86_64 (PKGBUILD PKGBUILD)
Ike Devolder
idevolder at archlinux.org
Sun Dec 24 13:28:03 UTC 2017
Date: Sunday, December 24, 2017 @ 13:28:01
Author: idevolder
Revision: 275748
archrelease: copy trunk to community-x86_64
Added:
libftdi-compat/repos/community-x86_64/PKGBUILD
(from rev 275747, libftdi-compat/trunk/PKGBUILD)
Deleted:
libftdi-compat/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-24 13:27:52 UTC (rev 275747)
+++ PKGBUILD 2017-12-24 13:28:01 UTC (rev 275748)
@@ -1,27 +0,0 @@
-# $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
-}
Copied: libftdi-compat/repos/community-x86_64/PKGBUILD (from rev 275747, libftdi-compat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-24 13:28:01 UTC (rev 275748)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=libftdi-compat
+pkgver=0.20
+pkgrel=4
+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})
+sha512sums=('540e5eb201a65936c3dbabff70c251deba1615874b11ff27c5ca16c39d71c150cf61758a68b541135a444fe32ab403b0fba0daf55c587647aaf9b3f400f1dee7'
+ 'SKIP')
+validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5') # Intra2net open source
+
+build() {
+ cd libftdi-$pkgver
+ ./configure --prefix=/usr --without-examples
+ make
+}
+
+package() {
+ cd libftdi-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list