diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/w3cam | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/w3cam')
-rw-r--r-- | community/w3cam/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/community/w3cam/PKGBUILD b/community/w3cam/PKGBUILD deleted file mode 100644 index 7d448d758..000000000 --- a/community/w3cam/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 90102 2013-05-06 19:39:58Z foutrelis $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Christian Schmidt <mucknert@gmx.net> - -pkgname=w3cam -pkgver=0.7.2 -pkgrel=11 -pkgdesc="a small and fast CGI program to retrieve images from a video4linux device." -arch=('i686' 'x86_64') -url="http://mpx.freeshell.net/" -license=('GPL') -depends=('libpng' 'libjpeg') -makedepends=('v4l-utils') -source=(http://mpx.freeshell.net/$pkgname-$pkgver.tar.gz) -md5sums=('eec0b301b32bc8e9f65a4e54248c9868') - -build() { - cd $srcdir/$pkgname-$pkgver - sed -i 's|#include <linux/videodev.h>|#include <libv4l1-videodev.h>|' v4l.c vidcat.c w3cam.c w3camd/w3v4l.c - ./configure --prefix=/usr --with-device=/dev/video0 --with-ttf-inc=/usr/include/freetype - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - mkdir -p $pkgdir/usr/cgi-bin $pkgdir/usr/bin $pkgdir/usr/man/man1 $pkgdir/usr/share/ - make prefix=$pkgdir/usr/ install - mkdir -p $pkgdir/usr/lib/w3cam/ - mv $pkgdir/usr/cgi-bin/* $pkgdir/usr/lib/w3cam/ - mv $pkgdir/usr/man $pkgdir/usr/share/man - rm -rf $pkgdir/usr/cgi-bin -} |