summaryrefslogtreecommitdiffstats
path: root/unstable
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2009-04-09 16:33:54 +0000
committerMichael Mason <ms13sp@gmail.com>2009-04-09 16:33:54 +0000
commitb528361d880cba9d6f03b8f0353619acd1fc3fa5 (patch)
treecc1e9e0cd5ed70e4718391c5052ed016a66d952b /unstable
parente34619313cbf14846e7dc181737e5a850a285e14 (diff)
downloadaports-b528361d880cba9d6f03b8f0353619acd1fc3fa5.tar.bz2
aports-b528361d880cba9d6f03b8f0353619acd1fc3fa5.tar.xz
unstable/opensips moved to testing/opensips
Diffstat (limited to 'unstable')
-rw-r--r--unstable/opensips/APKBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/unstable/opensips/APKBUILD b/unstable/opensips/APKBUILD
deleted file mode 100644
index bf8db638..00000000
--- a/unstable/opensips/APKBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
-# Maintainer:
-pkgname=opensips
-pkgver=1.5.0
-pkgrel=0
-pkgdesc="Flexible and customizable sip routing engine"
-url="http://www.opensips.org/"
-license="GPL"
-depends="uclibc expat"
-makedepends="bison flex expat-dev coreutils"
-install=
-subpackages=""
-source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-notls_src.tar.gz"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver-notls"
-
- make || return 1
- make all || return 1
- make DESTDIR="$pkgdir" install
-
-}
-
-md5sums="ba99592a6e42e8b4dc2d38964420dfec opensips-1.5.0-notls_src.tar.gz"