summaryrefslogtreecommitdiffstats
path: root/extra/libcaptury/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:10:37 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:10:37 +0200
commit0aa093cfc27fff100a4ea3f657df4fe7cf7544f7 (patch)
tree7e1ca12114cf491a0e92ab93da154c7bff3b7ad1 /extra/libcaptury/Pkgfile
parent22522d4627ab30f0863408034bbc539a79668ae8 (diff)
downloadnutyx-pakxe-0aa093cfc27fff100a4ea3f657df4fe7cf7544f7.tar.gz
nutyx-pakxe-0aa093cfc27fff100a4ea3f657df4fe7cf7544f7.tar.bz2
nutyx-pakxe-0aa093cfc27fff100a4ea3f657df4fe7cf7544f7.tar.xz
nutyx-pakxe-0aa093cfc27fff100a4ea3f657df4fe7cf7544f7.zip
Ajout de libcaptury#280209-svn-1
Diffstat (limited to 'extra/libcaptury/Pkgfile')
-rw-r--r--extra/libcaptury/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/libcaptury/Pkgfile b/extra/libcaptury/Pkgfile
new file mode 100644
index 000000000..5975675ec
--- /dev/null
+++ b/extra/libcaptury/Pkgfile
@@ -0,0 +1,19 @@
+# Description: librairie de capture video
+# URL: http://gitorious.org/projects/libcaptury/
+# Packager: Floreal Cabanettes, floreal.c at orange dot fr
+# Depends on: capseo
+
+name=libcaptury
+version=280209-svn
+release=1
+source=()
+
+build() {
+git clone git://gitorious.org/libcaptury/mainline.git libcaptury
+cd $name
+./autogen.sh
+./configure --prefix=/usr
+make -j3
+make DESTDIR=$PKG install
+}
+