summaryrefslogtreecommitdiff
path: root/extra/spandsp/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-01 10:41:09 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-01 10:41:09 +0200
commitaa100084bd4ba3ebc3f452ad2cc1acbf8f253a17 (patch)
treeb7f1124277c02cace71cad2b6290dd010796df07 /extra/spandsp/PKGBUILD
parent22a099ec0cc8532196da82ff11d6fb2b3b34fea8 (diff)
parent939efb693a8b362edc0c6ccba62c5ce54fb501af (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/sqlite3/PKGBUILD gnome-unstable/at-spi2-atk/PKGBUILD gnome-unstable/at-spi2-core/PKGBUILD gnome-unstable/atk/PKGBUILD gnome-unstable/baobab/PKGBUILD gnome-unstable/brasero/PKGBUILD gnome-unstable/cheese/PKGBUILD gnome-unstable/devhelp/PKGBUILD gnome-unstable/eog-plugins/PKGBUILD gnome-unstable/eog/PKGBUILD gnome-unstable/epiphany/PKGBUILD gnome-unstable/evolution/PKGBUILD gnome-unstable/folks/PKGBUILD gnome-unstable/gcalctool/PKGBUILD gnome-unstable/gdl/PKGBUILD gnome-unstable/gdm/PKGBUILD gnome-unstable/gedit/PKGBUILD gnome-unstable/gjs/PKGBUILD gnome-unstable/glade/PKGBUILD gnome-unstable/glib-networking/PKGBUILD gnome-unstable/glibmm/PKGBUILD gnome-unstable/gnome-bluetooth/PKGBUILD gnome-unstable/gnome-color-manager/PKGBUILD gnome-unstable/gnome-contacts/PKGBUILD gnome-unstable/gnome-control-center/PKGBUILD gnome-unstable/gnome-documents/PKGBUILD gnome-unstable/gnome-games/PKGBUILD gnome-unstable/gnome-games/gnome-games.install gnome-unstable/gnome-online-accounts/PKGBUILD gnome-unstable/gnome-screensaver/PKGBUILD gnome-unstable/gnome-search-tool/PKGBUILD gnome-unstable/gnome-session/PKGBUILD gnome-unstable/gnome-settings-daemon/PKGBUILD gnome-unstable/gnome-shell/PKGBUILD gnome-unstable/gnome-system-monitor/PKGBUILD gnome-unstable/gobject-introspection/PKGBUILD gnome-unstable/gtkmm3/PKGBUILD gnome-unstable/gtksourceview3/PKGBUILD gnome-unstable/libpeas/PKGBUILD gnome-unstable/libsoup/PKGBUILD gnome-unstable/libwebkit/PKGBUILD gnome-unstable/mutter/PKGBUILD gnome-unstable/nautilus/PKGBUILD gnome-unstable/pango/PKGBUILD gnome-unstable/sushi/PKGBUILD gnome-unstable/totem-plparser/PKGBUILD gnome-unstable/totem/PKGBUILD gnome-unstable/vala/PKGBUILD gnome-unstable/vinagre/PKGBUILD gnome-unstable/vino/PKGBUILD gnome-unstable/yelp/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/wine/PKGBUILD testing/libarchive/PKGBUILD testing/openssl/PKGBUILD testing/util-linux/PKGBUILD
Diffstat (limited to 'extra/spandsp/PKGBUILD')
-rw-r--r--extra/spandsp/PKGBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/extra/spandsp/PKGBUILD b/extra/spandsp/PKGBUILD
new file mode 100644
index 000000000..3f5f5f94e
--- /dev/null
+++ b/extra/spandsp/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 154549 2012-03-30 08:01:29Z tpowa $
+# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
+
+pkgname=spandsp
+pkgver=0.0.6pre20
+pkgrel=1
+pkgdesc="A DSP library for telephony"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.soft-switch.org/"
+depends=('libtiff')
+source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
+options=(!libtool)
+
+build() {
+ cd $srcdir/$pkgname-0.0.6
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd $srcdir/$pkgname-0.0.6
+ make check
+}
+
+package() {
+ cd $srcdir/$pkgname-0.0.6
+ make DESTDIR=$pkgdir install
+}
+md5sums=('9bdf1d027f1b5dc5e622d707fa1634cb')