aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 13:21:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 13:21:05 +0000
commit11e3fb6e571f43827f550118884ee579add9c087 (patch)
tree75d9f1c551a128bf3d216144f0e87370f00ad944
parent6dd4e31f39eb45d393a9c5d6bbd1ff151805f96d (diff)
downloadaports-11e3fb6e571f43827f550118884ee579add9c087.tar.bz2
aports-11e3fb6e571f43827f550118884ee579add9c087.tar.xz
testing/spandsp: remove. we have it in main
-rw-r--r--testing/spandsp/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/spandsp/APKBUILD b/testing/spandsp/APKBUILD
deleted file mode 100644
index 931a7d1b70..0000000000
--- a/testing/spandsp/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=spandsp
-pkgver=0.0.5
-pkgrel=0
-pkgdesc="library to use DSP functions for telephony"
-url="http://www.soft-switch.org/"
-arch="all"
-license="GPL"
-depends=
-makedepends="tiff-dev"
-install=
-subpackages="$pkgname-dev"
-source="http://www.soft-switch.org/downloads/spandsp/$pkgname-$pkgver.tgz"
-
-_builddir="$srcdir/$pkgname-$pkgver"
-build() {
- cd "$_builddir"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make -j1 DESTDIR="$pkgdir" install
- rm "$pkgdir"/usr/lib/*.la
-}
-
-md5sums="fe83ed37a7831f0dd38e7ef4e7e6fd9e spandsp-0.0.5.tgz"