diff options
Diffstat (limited to 'main/freeswitch/APKBUILD')
-rw-r--r-- | main/freeswitch/APKBUILD | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index 591a42d810..bf39232c75 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -1,10 +1,11 @@ # Contributor: Michael Mason <ms13sp@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=freeswitch -pkgver=1.0.7_p20110602 +pkgver=1.0.7_p20120309 _ver=${pkgver%_p*} _snapshot=${pkgver#*_p} -pkgrel=7 +_commit=ca60afaa1900abdeeb3a105de6cd53f098a3dd01 +pkgrel=1 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" arch="all" @@ -17,17 +18,16 @@ makedepends="curl-dev unixodbc-dev zlib-dev openssl-dev ncurses-dev install="$pkgname.pre-install $pkgname.post-install $pkgname.pre-upgrade" subpackages="$pkgname-dev $pkgname-flite $pkgname-timezones $pkgname-sample-config:conf $pkgname-freetdm $pkgname-sangoma" -source="saveas-http://latest.freeswitch.org/freeswitch-$_ver.tar.gz/freeswitch-$pkgver.tar.gz +#hmm, saveas doesn't work with https... +source="http://git.freeswitch.org/git/freeswitch/snapshot/$pkgname-$_commit.tar.bz2 freeswitch-mod_shout-textrels.patch - 0001-mod_sofia-update-mod_sofia_globals.guess_ip-on-addre.patch 0002-mod_lua-alpine-module-search-path.patch - 0003-mod_conference_no_hangup.patch modules.conf freeswitch.confd freeswitch.initd " -_builddir="$srcdir/$pkgname-$_ver" +_builddir="$srcdir/$pkgname-$_commit" prepare() { cd "$_builddir" @@ -153,11 +153,9 @@ conf() { mkdir -p "$pkgdir"/etc/freeswitch/scripts } -md5sums="813edb2192d1cc0fe224d9ef0492de4f freeswitch-1.0.7_p20110602.tar.gz +md5sums="9d539a3cbbc56cef870946506839603c freeswitch-ca60afaa1900abdeeb3a105de6cd53f098a3dd01.tar.bz2 11883affe0839a8e15fe680aeb11b86e freeswitch-mod_shout-textrels.patch -5aed9ec61d7ac1f3758a89db159328c4 0001-mod_sofia-update-mod_sofia_globals.guess_ip-on-addre.patch 769eaa127d4dbae687dc4aa961a8cc70 0002-mod_lua-alpine-module-search-path.patch -74c3cdd3ce8474e8d084f475fa4f92c1 0003-mod_conference_no_hangup.patch 94516a9473e2283ab201f38cb2756741 modules.conf c608cca8ad773acebf201f581438c7e7 freeswitch.confd 51e0c45ae07a675f6008f95b1ab8f18e freeswitch.initd" |