summaryrefslogtreecommitdiffstats
path: root/testing/spandsp
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-02 16:03:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-02 16:03:06 +0000
commit9ad548df8aa2a860ca311453ed3d6a98962f32f5 (patch)
tree09dec888ccfdf1447ba13e62c50d9291176b07e3 /testing/spandsp
parent96813504f80856d8d85b390207621e5cbba64a85 (diff)
downloadaports-9ad548df8aa2a860ca311453ed3d6a98962f32f5.tar.bz2
aports-9ad548df8aa2a860ca311453ed3d6a98962f32f5.tar.xz
testing/*: remove from stable branch
Diffstat (limited to 'testing/spandsp')
-rw-r--r--testing/spandsp/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/spandsp/APKBUILD b/testing/spandsp/APKBUILD
deleted file mode 100644
index dd1f227a..00000000
--- a/testing/spandsp/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor:
-# Maintainer:
-pkgname=spandsp
-pkgver=0.0.5_pre4
-_ver=0.0.5pre4
-pkgrel=0
-pkgdesc="library to use DSP functions for telephony"
-url="http://www.soft-switch.org/"
-license="GPL"
-depends="uclibc tiff"
-makedepends="tiff-dev"
-install=
-subpackages="$pkgname-dev"
-source="http://www.soft-switch.org/downloads/spandsp/$pkgname-$_ver.tgz"
-
-build() {
- cd "$srcdir/$pkgname-0.0.5"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
- make -j1 DESTDIR="$pkgdir" install
-
-}
-
-md5sums="fe83ed37a7831f0dd38e7ef4e7e6fd9e spandsp-0.0.5pre4.tgz"