[arch-commits] Commit in (5 files)

Kyle Keen kkeen at nymeria.archlinux.org
Sat Feb 22 04:44:33 UTC 2014


    Date: Saturday, February 22, 2014 @ 05:44:33
  Author: kkeen
Revision: 106081

pkginit: lib32-simplescreenrecorder-0.2.0-2

Added:
  lib32-simplescreenrecorder/
  lib32-simplescreenrecorder/repos/
  lib32-simplescreenrecorder/trunk/
  lib32-simplescreenrecorder/trunk/PKGBUILD
  lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install

------------------------------------+
 PKGBUILD                           |   31 +++++++++++++++++++++++++++++++
 lib32-simplescreenrecorder.install |    9 +++++++++
 2 files changed, 40 insertions(+)

Added: lib32-simplescreenrecorder/trunk/PKGBUILD
===================================================================
--- lib32-simplescreenrecorder/trunk/PKGBUILD	                        (rev 0)
+++ lib32-simplescreenrecorder/trunk/PKGBUILD	2014-02-22 04:44:33 UTC (rev 106081)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Maarten Baert
+
+pkgname=lib32-simplescreenrecorder
+pkgver=0.2.0
+pkgrel=2
+pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
+arch=("x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/"
+license=("GPL3")
+depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" "lib32-libxfixes")
+makedepends=("git" "gcc-multilib")
+options=("!libtool")
+install=lib32-simplescreenrecorder.install
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=0.2.0")
+md5sums=("SKIP")
+
+build() {
+  cd ssr
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram --disable-assert
+  make
+}
+
+package() {
+  cd ssr
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: lib32-simplescreenrecorder/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install
===================================================================
--- lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install	                        (rev 0)
+++ lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install	2014-02-22 04:44:33 UTC (rev 106081)
@@ -0,0 +1,9 @@
+post_install() {
+	ldconfig
+}
+post_upgrade() {
+	post_install
+}
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list