void-packages/srcpkgs/seed/template
2012-10-11 11:19:19 +02:00

23 lines
975 B
Plaintext

# Template file for 'seed'
pkgname=seed
version=3.2.0
revision=4
subpackages="libseed libseed-devel"
build_style=gnu-configure
configure_args="--disable-static"
makedepends="pkg-config intltool readline-devel gobject-introspection
webkit-gtk3-devel libsoup-devel dbus-glib-devel sqlite-devel"
fulldepends="gir-freedesktop gnome-js-common"
short_desc="GObject JavaScript bindings for the webkit engine - Interpreter"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/Seed/"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
checksum=3d1eca40834b72a5730ddaf8a5f46b8df20ddb2b3b39687d1a84ef966d3d37c0
long_desc="
Seed is a library and interpreter, dynamically bridging
(through GObjectIntrospection) the WebKit JavaScriptCore engine, with the
GNOME platform. Seed serves as something which enables you to write
standalone applications in JavaScript, or easily enable your application
to be extensible in JavaScript."