# Maintainer: jsteel pkgname=somagic-easycap-tools pkgver=1.1 pkgrel=1 pkgdesc="Tool to extract the firmware for the Somagic EasyCAP DC60 and EasyCAP002 (original CD needed)" url="http://code.google.com/p/easycap-somagic-linux" arch=('x86_64' 'i686') license=('GPL2') depends=('libgcrypt') install=$pkgname.install source=(http://easycap-somagic-linux.googlecode.com/files/${pkgname}_$pkgver.tar.gz) md5sums=('e75476b067560e7d55d95e0a0931d70d') build() { cd "${srcdir}/somagic-easycap-tools_1.1" make } package() { cd "${srcdir}/somagic-easycap-tools_1.1" make PREFIX="$pkgdir"/usr install }