dcallagh-exheres

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

packages/dev-lua/luaexpat/luaexpat-1.2.0.exheres-0 (539B) - 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="SAX XML parser library for Lua, based on Expat"
      5 HOMEPAGE="http://matthewwild.co.uk/projects/${PN}/"
      6 DOWNLOADS="http://matthewwild.co.uk/projects/${PN}/${PNV}.tar.gz"
      7 
      8 LICENCES="MIT"
      9 SLOT="0"
     10 PLATFORMS="~amd64 ~x86"
     11 
     12 DEPENDENCIES="
     13     build+run:
     14         dev-lang/lua[>=5.1]
     15         dev-libs/expat
     16 "
     17 
     18 BUGS_TO="djc@djc.id.au"
     19 
     20 DEFAULT_SRC_PREPARE_PATCHES=( "${FILES}/${PNV}-paths.patch" )
     21 
     22 src_configure() {
     23     :
     24 }
     25