# Contributor: Bernhard Walle 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')