summaryrefslogtreecommitdiffstats
path: root/extra/recordmydesktop/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/recordmydesktop/Pkgfile')
-rw-r--r--extra/recordmydesktop/Pkgfile18
1 files changed, 18 insertions, 0 deletions
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
+}
+
+