summaryrefslogtreecommitdiffstats
path: root/wxcam/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'wxcam/Pkgfile')
-rwxr-xr-xwxcam/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/wxcam/Pkgfile b/wxcam/Pkgfile
new file mode 100755
index 000000000..1accb9774
--- /dev/null
+++ b/wxcam/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Gestion de Webcam sous linux
+# URL: http://wxcam.sourceforge.net
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+# Packager: lesibel at free dot fr
+# Depends on: libglade,mjpegtools,pyxml,wxgtk,xvid,v4l-utils,alsa-lib
+# Run on: libglade,mjpegtools,pyxml,wxgtk,xvid,v4l-utils,alsa-lib
+
+name=wxcam
+version=1.1
+release=1
+_CImg_ver=1.4.9
+
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2
+ http://downloads.sourceforge.net/cimg/CImg-${_CImg_ver}.zip )
+
+build() {
+ cp $SRC/CImg-${_CImg_ver}/CImg.h $SRC/$name-$version
+ cd $SRC/$name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ mv $PKG/usr/doc $PKG/usr/share/
+}
+