diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 05:24:05 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 05:24:05 (GMT) |
commit | c70a79c1e2deec8d508f34776befe11dab701e49 (patch) | |
tree | e316035b1059e5e4c3985fa64e7a3fa98ad697db /abs/extra-testing/community/libv4l | |
parent | c7d4d0ec62e50c879908ab9f5e6b82c59124d338 (diff) | |
download | linhes_pkgbuild-c70a79c1e2deec8d508f34776befe11dab701e49.zip linhes_pkgbuild-c70a79c1e2deec8d508f34776befe11dab701e49.tar.gz linhes_pkgbuild-c70a79c1e2deec8d508f34776befe11dab701e49.tar.bz2 |
Adding missing PKGBUILDS, needed for VLC.
fluidsynth
libdvbpsi
libmatroska
libmodplug
libmpcded
libshout
libv4l
lua
zvbi
Diffstat (limited to 'abs/extra-testing/community/libv4l')
-rw-r--r-- | abs/extra-testing/community/libv4l/PKGBUILD | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/extra-testing/community/libv4l/PKGBUILD b/abs/extra-testing/community/libv4l/PKGBUILD new file mode 100644 index 0000000..3afcf6c --- /dev/null +++ b/abs/extra-testing/community/libv4l/PKGBUILD @@ -0,0 +1,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/" +} |