summaryrefslogtreecommitdiffstats
path: root/extra/recordmydesktop/Pkgfile
diff options
context:
space:
mode:
authorFrançois Visdeloup <fanchyannmaria@orange.fr>2009-11-03 04:45:06 +0800
committerfredjo <frederic.joly@9online.fr>2009-11-04 05:19:57 +0800
commitb11aeebdda4e04d6cab234b087b80ce8a2e04251 (patch)
treef39c46a44145054dfecaafcde970254a256ae51b /extra/recordmydesktop/Pkgfile
parentbea9dbb8266ecb2dba8190066057a61616e52c7f (diff)
downloadnutyx-extra-b11aeebdda4e04d6cab234b087b80ce8a2e04251.tar.gz
nutyx-extra-b11aeebdda4e04d6cab234b087b80ce8a2e04251.tar.bz2
nutyx-extra-b11aeebdda4e04d6cab234b087b80ce8a2e04251.tar.xz
nutyx-extra-b11aeebdda4e04d6cab234b087b80ce8a2e04251.zip
recordmydesktop
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
+}
+
+