[arch-commits] Commit in opal/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sun Feb 5 21:34:56 UTC 2012


    Date: Sunday, February 5, 2012 @ 16:34:56
  Author: ibiru
Revision: 149136

db-move: moved opal from [staging] to [testing] (i686)

Added:
  opal/repos/testing-i686/
  opal/repos/testing-i686/PKGBUILD
    (from rev 149115, opal/repos/staging-i686/PKGBUILD)
Deleted:
  opal/repos/staging-i686/

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: opal/repos/testing-i686/PKGBUILD (from rev 149115, opal/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-02-05 21:34:56 UTC (rev 149136)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jan at archlinux.org>
+# Contributor: Tom K <tomk at runbox.com>
+pkgname=opal
+pkgver=3.10.2
+pkgrel=4
+pkgdesc="Open Phone Abstraction Library"
+arch=(i686 x86_64)
+url="http://www.ekiga.org"
+license=('GPL')
+depends=('ptlib' 'libtheora' 'x264' 'speex')
+makedepends=('ffmpeg')
+options=(!makeflags)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8e227978263c07502b2bc4c9de0e71be1b95d673fe858bfd907910adfb2eb205')
+
+build() {
+  cd "${srcdir}/opal-${pkgver}"
+  CXXFLAGS="$CXXFLAGS -fpermissive" \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/opal-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list