summaryrefslogtreecommitdiff
path: root/community/recordmydesktop/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/recordmydesktop/PKGBUILD')
-rw-r--r--community/recordmydesktop/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/recordmydesktop/PKGBUILD b/community/recordmydesktop/PKGBUILD
index 67defa2f8..dc815c596 100644
--- a/community/recordmydesktop/PKGBUILD
+++ b/community/recordmydesktop/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 65499 2012-02-21 06:41:19Z spupykin $
+# $Id: PKGBUILD 114374 2014-07-01 15:06:13Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Gilles CHAUVIN <gcnweb at gmail dot com>
pkgname=recordmydesktop
pkgver=0.3.8.1
-pkgrel=6
+pkgrel=7
pkgdesc="Produces a OGG encapsulated Theora/Vorbis recording of your desktop"
arch=('i686' 'x86_64')
url="http://recordmydesktop.sourceforge.net"
@@ -25,5 +25,9 @@ build() {
./configure --prefix=/usr --enable-jack=yes LIBS="`pkg-config --libs jack`" \
CFLAGS="`pkg-config --cflags jack` -DHAVE_LIBJACK"
make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}