5f8a489622
needed by recent awesome::desktop[=scm]
24 lines
515 B
Bash
24 lines
515 B
Bash
# Copyright 2010 Daniel Mierswa <impulze@impulze.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
myexparam oocairo_version='[=1.3]'
|
|
|
|
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
|
|
"
|
|
|