summaryrefslogtreecommitdiffstats
path: root/extra/qt-recordmydesktop/Pkgfile
diff options
context:
space:
mode:
authorFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-10 11:56:53 +0100
committerFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-10 11:56:53 +0100
commit3699503cc4e2fde580cd861508b49c73c6a69d69 (patch)
tree4edb94cb4e866484a9113de754f03749383b583c /extra/qt-recordmydesktop/Pkgfile
parent3972e08717d7c6cee26d3967748d98803101e4dd (diff)
downloadnutyx-extra-3699503cc4e2fde580cd861508b49c73c6a69d69.tar.gz
nutyx-extra-3699503cc4e2fde580cd861508b49c73c6a69d69.tar.bz2
nutyx-extra-3699503cc4e2fde580cd861508b49c73c6a69d69.tar.xz
nutyx-extra-3699503cc4e2fde580cd861508b49c73c6a69d69.zip
qt-recordmydesktop
Diffstat (limited to 'extra/qt-recordmydesktop/Pkgfile')
-rw-r--r--extra/qt-recordmydesktop/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/qt-recordmydesktop/Pkgfile b/extra/qt-recordmydesktop/Pkgfile
new file mode 100644
index 000000000..e9c43adcd
--- /dev/null
+++ b/extra/qt-recordmydesktop/Pkgfile
@@ -0,0 +1,19 @@
+# Description: "Qt4 frontend for recordMyDesktop"
+# URL: http://recordmydesktop.sourceforge.net
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: recordmydesktop, pyqt
+name=qt-recordmydesktop
+version=0.3.8
+release=1
+source=(http://downloads.sourceforge.net/project/recordmydesktop/qt-recordMyDesktop/0.3.8/qt-recordmydesktop-0.3.8.tar.gz)
+
+build()
+{
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+