30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
# Template file for 'seed'
|
|
pkgname=seed
|
|
version=3.2.0
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
revision=1
|
|
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"
|
|
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."
|
|
|
|
subpackages="libseed libseed-devel"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build readline-devel
|
|
Add_dependency build gobject-introspection
|
|
Add_dependency build webkit-gtk3-devel
|
|
Add_dependency build libsoup-devel
|
|
Add_dependency build dbus-glib-devel
|
|
|
|
Add_dependency full gir-freedesktop
|
|
Add_dependency full gnome-js-common
|