[arch-commits] Commit in bcg729/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Sun Mar 15 21:19:20 UTC 2015
Date: Sunday, March 15, 2015 @ 22:19:20
Author: spupykin
Revision: 129310
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
bcg729/repos/community-staging-i686/
bcg729/repos/community-staging-i686/PKGBUILD
(from rev 129308, bcg729/trunk/PKGBUILD)
bcg729/repos/community-staging-x86_64/
bcg729/repos/community-staging-x86_64/PKGBUILD
(from rev 129308, bcg729/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 24 ++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 24 ++++++++++++++++++++++++
2 files changed, 48 insertions(+)
Copied: bcg729/repos/community-staging-i686/PKGBUILD (from rev 129308, bcg729/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-15 21:19:20 UTC (rev 129310)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=8
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html"
+license=('GPL')
+depends=('mediastreamer')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir/" install
+}
Copied: bcg729/repos/community-staging-x86_64/PKGBUILD (from rev 129308, bcg729/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-03-15 21:19:20 UTC (rev 129310)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=8
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html"
+license=('GPL')
+depends=('mediastreamer')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list