summaryrefslogtreecommitdiffstats
path: root/extra/xvidcap/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-01 16:08:47 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-01 16:08:47 +0200
commit8ff782869d5cd54f88b72ac7db40919a99acb9c5 (patch)
tree47bd8516d7f396e22d6d865d11e581628177ad1d /extra/xvidcap/Pkgfile
parentfa71db21bf02575f4272ecea245293d6592fb999 (diff)
parentc8bc1f4170ffcf95b0560cd3993685ab65b8d021 (diff)
downloadnutyx-pakxe-8ff782869d5cd54f88b72ac7db40919a99acb9c5.tar.gz
nutyx-pakxe-8ff782869d5cd54f88b72ac7db40919a99acb9c5.tar.bz2
nutyx-pakxe-8ff782869d5cd54f88b72ac7db40919a99acb9c5.tar.xz
nutyx-pakxe-8ff782869d5cd54f88b72ac7db40919a99acb9c5.zip
Merge commit 'shaihuld/master'
Diffstat (limited to 'extra/xvidcap/Pkgfile')
-rw-r--r--extra/xvidcap/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/xvidcap/Pkgfile b/extra/xvidcap/Pkgfile
new file mode 100644
index 000000000..ac41909f3
--- /dev/null
+++ b/extra/xvidcap/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Utilitaire de capture vidéo d'écran
+# URL: http://xvidcap.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: Shai_- <romain.gailleton at gmail dot com>
+# Depends on: gtk
+name=xvidcap
+version=1.1.7
+release=1
+source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
+build() {
+ cd $name-$version
+
+ sed -e 's,<X11/extensions/shmstr.h>,<X11/extensions/shmproto.h>,' -i src/capture.c
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+} \ No newline at end of file