summaryrefslogtreecommitdiffstats
path: root/abs/extra/libftdi/PKGBUILD
blob: b435b9ad69aae3c53c5108706018e519de5314c3 (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.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: