exherbo-impulze/packages/dev-lua/oopango/oopango.exlib
Wouter van Kesteren ba283fae3f Bump dev-lua/oopango to 1.1
I've removed the default oocairo_version value from the exlib since it
didnt apply to anything anymore and instead included it in the exheres.
2011-11-10 09:04:17 +01:00

24 lines
506 B
Bash

# Copyright 2010 Daniel Mierswa <impulze@impulze.org>
# Distributed under the terms of the GNU General Public License v2
myexparam oocairo_version
SUMMARY="Lua bindings for pango"
HOMEPAGE="http://oocairo.naquadah.org/"
DOWNLOADS="${HOMEPAGE}/dist/${PNV}.tar.bz2"
LICENCES="MIT GPL-2 as-is"
SLOT="0"
MYOPTIONS=""
DEPENDENCIES="
build:
dev-util/pkg-config
build+run:
dev-lang/lua
dev-lua/oocairo$(exparam oocairo_version)
x11-libs/cairo
x11-libs/pango
"