[arch-commits] Commit in celt-0.7/repos (4 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Feb 14 21:14:50 UTC 2013


    Date: Thursday, February 14, 2013 @ 22:14:49
  Author: arodseth
Revision: 84261

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  celt-0.7/repos/community-staging-i686/
  celt-0.7/repos/community-staging-i686/PKGBUILD
    (from rev 84260, celt-0.7/trunk/PKGBUILD)
  celt-0.7/repos/community-staging-x86_64/
  celt-0.7/repos/community-staging-x86_64/PKGBUILD
    (from rev 84260, celt-0.7/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: celt-0.7/repos/community-staging-i686/PKGBUILD (from rev 84260, celt-0.7/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-14 21:14:49 UTC (rev 84261)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Lauri Niskanen <ape at ape3000.com>
+
+pkgname=celt-0.7
+_realname=celt
+pkgver=0.7.1
+pkgrel=4
+pkgdesc='Low-latency audio communication codec'
+arch=('i686' 'x86_64')
+url='http://www.celt-codec.org'
+license=('BSD')
+depends=('libogg')
+#provides=('celt=$pkgver')
+conflicts=('celt')
+options=('!libtool')
+source=("http://downloads.xiph.org/releases/celt/$_realname-$pkgver.tar.gz")
+md5sums=('c7f6b8346e132b1a48dae0eff77ea9f0')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+	cd "$srcdir/$_realname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/BSD"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: celt-0.7/repos/community-staging-x86_64/PKGBUILD (from rev 84260, celt-0.7/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-14 21:14:49 UTC (rev 84261)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Lauri Niskanen <ape at ape3000.com>
+
+pkgname=celt-0.7
+_realname=celt
+pkgver=0.7.1
+pkgrel=4
+pkgdesc='Low-latency audio communication codec'
+arch=('i686' 'x86_64')
+url='http://www.celt-codec.org'
+license=('BSD')
+depends=('libogg')
+#provides=('celt=$pkgver')
+conflicts=('celt')
+options=('!libtool')
+source=("http://downloads.xiph.org/releases/celt/$_realname-$pkgver.tar.gz")
+md5sums=('c7f6b8346e132b1a48dae0eff77ea9f0')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+	cd "$srcdir/$_realname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/BSD"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list