diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
commit | 7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch) | |
tree | 1684924656132935256e034f35f92abee6623265 /net-p2p/kamailio |
Added ebuilds for kogaion desktop
Diffstat (limited to 'net-p2p/kamailio')
-rw-r--r-- | net-p2p/kamailio/Manifest | 1 | ||||
-rw-r--r-- | net-p2p/kamailio/kamailio-9999.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/net-p2p/kamailio/Manifest b/net-p2p/kamailio/Manifest new file mode 100644 index 00000000..e3add046 --- /dev/null +++ b/net-p2p/kamailio/Manifest @@ -0,0 +1 @@ +EBUILD kamailio-9999.ebuild 584 SHA256 19871cbeb6403a5404166eb8b3760543a927f0238e521bc59f24f2e6bc4a0f8e SHA512 530b49431db877fbff5f4ba36624514d232d596667ee03999b5f9d071180efb3dccfc7ea4ad3ddbea0209d6fc2a6dda01a775b90a778cd5669bc577f9601971d WHIRLPOOL d2656c768546e7d300055c10c3d9c44bb20c2beafa8332da98ae6919b7e5d8fdae17ea32b4b5c766ab3e0e6becf3c1ebaf7665daa06cdc48c852a3ba3bf84376 diff --git a/net-p2p/kamailio/kamailio-9999.ebuild b/net-p2p/kamailio/kamailio-9999.ebuild new file mode 100644 index 00000000..dd40d4dc --- /dev/null +++ b/net-p2p/kamailio/kamailio-9999.ebuild @@ -0,0 +1,29 @@ +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +inherit git-2 autotools + +DESCRIPTION="fuse module for access to iphone and ipod touch without jailbreak" +HOMEPAGE="http://www.kamailio.org/w/" +EGIT_REPO_URI="git://git.sip-router.org/kamailio" + +LICENSE="GPLv2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +S="${WORKDIR}" + +src_unpack() { + git-2_src_unpack + die +} + +src_install() { + emake DESTDIR="${D}" install || die "install failed" +} |