summaryrefslogtreecommitdiff
path: root/extra/farstream
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-15 11:17:39 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-15 11:17:39 +0100
commit909d51774dfc3c94aeaaeb799daaa546c566a492 (patch)
tree9d19f46f986fe91b8598b617a8dc0a66bf349e7f /extra/farstream
parentdc7c61e8e22503f4f45bc2f57dc0542a8bc1ea30 (diff)
parent2264379d37a6a00a3ecec1fd03c5dd4796078d49 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/esdl/PKGBUILD community/gpg-crypter/PKGBUILD extra/claws-mail-extra-plugins/PKGBUILD extra/maxima/PKGBUILD social/tokyocabinet/PKGBUILD
Diffstat (limited to 'extra/farstream')
-rw-r--r--extra/farstream/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/farstream/PKGBUILD b/extra/farstream/PKGBUILD
index 96d1111f1..10f56c670 100644
--- a/extra/farstream/PKGBUILD
+++ b/extra/farstream/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 169871 2012-10-30 22:25:23Z heftig $
+# $Id: PKGBUILD 170993 2012-11-14 14:37:18Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=farstream
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework"
arch=(i686 x86_64 'mips64el')
@@ -15,10 +15,10 @@ conflicts=('farsight2')
replaces=('farsight2')
options=(!libtool)
source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('479c42adf5cc606abcb47d58ed542414')
+md5sums=('01c20c1ed014ad4e18e55f1f6caf7877')
build() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr \
--with-package-name='Parabola GNU/Linux-libre farstream package' \
--with-package-origin='https://parabolagnulinux.org/' \
@@ -27,7 +27,7 @@ build() {
}
package() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}