summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/libv4l/PKGBUILD
blob: 3afcf6c766855e82f2aee5373a62f0295f47be69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Id: PKGBUILD 28297 2009-02-28 18:20:12Z thomas $
# Maintainer: Thomas Baechler <thomas@archlinux.org>
pkgname=libv4l
pkgver=0.5.8
pkgrel=1
pkgdesc="Userspace library for Video 4 Linux (1 and 2)"
arch=('i686' 'x86_64')
url="http://hansdegoede.livejournal.com/3636.html"
license=('LGPL')
depends=('glibc')
source=(http://people.atrpms.net/~hdegoede/$pkgname-$pkgver.tar.gz)
md5sums=('4f8ae9c743b215c8ac0e553eaa01e980')

build() {
  cd "$srcdir/$pkgname-$pkgver"

  make || return 1
  make install PREFIX="/usr" DESTDIR="$pkgdir/"
}