summaryrefslogtreecommitdiff
path: root/community/wxcam/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/wxcam/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/wxcam/PKGBUILD')
-rw-r--r--community/wxcam/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/wxcam/PKGBUILD b/community/wxcam/PKGBUILD
deleted file mode 100644
index 4364dd27a..000000000
--- a/community/wxcam/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
-pkgname=wxcam
-pkgver=1.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=(GPL)
-pkgdesc="Webcam application for linux"
-# version of CImg library needed to compile wxcam -
-# http://cimg.sourceforge.net/
-_CImg_ver=1.4.9
-url="http://wxcam.sourceforge.net"
-makedepends=('intltool>=0.35.0')
-depends=('libglade' 'mjpegtools' 'perlxml' 'wxgtk' 'xvidcore' 'v4l-utils' 'alsa-lib')
-source=(http://downloads.sourceforge.net/wxcam/${pkgname}-${pkgver}.tar.bz2
- http://downloads.sourceforge.net/cimg/CImg-${_CImg_ver}.zip)
-md5sums=('c9ea8991b6375c1709a7ce4e61fcc263'
- 'a07cba03f6d66a9970e0b3fcc230bddc')
-
-build() {
- cp $srcdir/CImg-${_CImg_ver}/CImg.h $srcdir/$pkgname-$pkgver
-
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
-
- mv $pkgdir/usr/doc $pkgdir/usr/share/
-}