summaryrefslogtreecommitdiffstats
path: root/wxcam/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-07-14 17:22:52 +0200
committerpiernov <piernov@piernov.org>2012-08-06 15:43:37 +0200
commit324c13585a63d23fb36f5c4587fbf83ddf03e748 (patch)
treef97234c0ae61a361b2af00f3fa208b0792787d0a /wxcam/Pkgfile
parentf62c815db03eddbb5a2e132c3025d2db01298366 (diff)
downloadnutyx-extra-324c13585a63d23fb36f5c4587fbf83ddf03e748.tar.gz
nutyx-extra-324c13585a63d23fb36f5c4587fbf83ddf03e748.tar.bz2
nutyx-extra-324c13585a63d23fb36f5c4587fbf83ddf03e748.tar.xz
nutyx-extra-324c13585a63d23fb36f5c4587fbf83ddf03e748.zip
wxcam 1.1-1 ajout
(cherry picked from commit a9531608755ab8e36b01c5e29ebaff055b555efc)
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/
+}
+