summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/recordmydesktop/.footprint7
-rw-r--r--extra/recordmydesktop/.md5sum1
-rw-r--r--extra/recordmydesktop/Pkgfile18
3 files changed, 26 insertions, 0 deletions
diff --git a/extra/recordmydesktop/.footprint b/extra/recordmydesktop/.footprint
new file mode 100644
index 000000000..a1ea7475c
--- /dev/null
+++ b/extra/recordmydesktop/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/recordmydesktop
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/recordmydesktop.1.gz
diff --git a/extra/recordmydesktop/.md5sum b/extra/recordmydesktop/.md5sum
new file mode 100644
index 000000000..80add7698
--- /dev/null
+++ b/extra/recordmydesktop/.md5sum
@@ -0,0 +1 @@
+6998b165540598965499bd99d8aa0eef recordmydesktop-0.3.8.1.tar.gz
diff --git a/extra/recordmydesktop/Pkgfile b/extra/recordmydesktop/Pkgfile
new file mode 100644
index 000000000..b87e84454
--- /dev/null
+++ b/extra/recordmydesktop/Pkgfile
@@ -0,0 +1,18 @@
+# Description: "Produces a OGG encapsulated Theora/Vorbis recording of your desktop"
+# URL: http://recordmydesktop.sourceforge.net
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: alsa-lib, zlib, libvorbis, libxdamage, libxext, libtheora, libsm
+name=recordmydesktop
+version=0.3.8.1
+release=1
+source=(http://downloads.sourceforge.net/project/recordmydesktop/recordmydesktop/0.3.8.1/recordmydesktop-0.3.8.1.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+