dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/dev-lua/luasec/luasec-0.4.1.exheres-0 (831B) - raw

      1 # Copyright 2011 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 SUMMARY="Lua bindings for OpenSSL"
      5 DESCRIPTION="
      6 LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. It takes an already 
      7 established TCP connection and creates a secure session between the peers.
      8 "
      9 HOMEPAGE="http://www.inf.puc-rio.br/~brunoos/luasec/"
     10 DOWNLOADS="http://www.inf.puc-rio.br/~brunoos/luasec/download/${PNV}.tar.gz"
     11 UPSTREAM_CHANGELOG="http://www.inf.puc-rio.br/~brunoos/luasec/ChangeLog.txt"
     12 
     13 LICENCES="MIT"
     14 SLOT="0"
     15 PLATFORMS="~amd64 ~x86"
     16 
     17 DEPENDENCIES="
     18     build+run:
     19         dev-lang/lua
     20         dev-libs/openssl
     21     run:
     22         dev-lua/luasocket
     23 "
     24 
     25 BUGS_TO="djc@djc.id.au"
     26 
     27 DEFAULT_SRC_PREPARE_PATCHES=( "${FILES}/${PNV}-paths.patch" )
     28 
     29 src_compile() {
     30     emake linux
     31 }
     32