summaryrefslogtreecommitdiffstats
path: root/testing/freeswitch/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* Revert "testing/*: remove from stable branch"Natanael Copa2010-02-031-0/+53
| | | | | | This reverts commit 9ad548df8aa2a860ca311453ed3d6a98962f32f5. I'll delete them one by one.
* testing/*: remove from stable branchNatanael Copa2010-02-021-53/+0
|
* testing/freeswitch: moved from unstableNatanael Copa2010-02-021-0/+53
| | | | fixes #257
* unstable/freeswitch: moved from testingNatanael Copa2009-08-211-68/+0
| | | | does not build
* testing/freeswitch: bumped pkgrelNatanael Copa2009-03-061-1/+1
|
* testing/freeswitch: new aportNatanael Copa2009-03-041-0/+68
A communications platform written in C from the ground up http://www.freeswitch.org TODO: - make init.d scripts - check where logs etc goes. There are some dirs in /usr that probably should not be there. - test if it works - dahdi plugin? - download sounds. There are a make target for sounds but I'd prefer we add add the sounds url in sources. Might be we want those in a separate package. - Figure out how to use system libraries, pcre, speex, sqlite3, apr, apr-util and more rather than the version freeswitch ships. This should be a configure option probably. i.e --with-shared-pcre or similar