# Contributor: Bernhard Walle <bernhard.walle@gmx.de>
pkgname=libftdi
pkgver=0.13
pkgrel=0
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)
md5sums=('7b4a660fd644980f3d45873d156d021a')

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