summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/libftdi/PKGBUILD
blob: b5a72daf496adc3e15bac209087512d18e640bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Bernhard Walle <bernhard.walle@gmx.de>
pkgname=libftdi
pkgver=0.18
pkgrel=1
pkgdesc="Library to program and control the FTDI USB controller"
url="http://www.intra2net.com/de/produkte/opensource/ftdi/"
license="GPL"
depends=(libusb)
arch=(i686 x86_64)
source=(http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/$pkgname-$pkgver.tar.gz)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --sysconfdir=/etc
  make
  make DESTDIR=$startdir/pkg install
}
# :mode=shellscript:
md5sums=('916f65fa68d154621fc0cf1f405f2726')