2011-03-02 08:34:16 +00:00
|
|
|
# Template file for 'gjs'
|
|
|
|
pkgname=gjs
|
2011-09-28 15:01:20 +00:00
|
|
|
version=1.30.0
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/1.30/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=1
|
2011-03-02 08:34:16 +00:00
|
|
|
short_desc="Mozilla-based javascript bindings for the GNOME platform"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-28 15:01:20 +00:00
|
|
|
checksum=ffe01980dd183abd96b2cc861d2e86ef12751d0a1af86daa4c491b82c74ac7b9
|
2011-03-02 08:34:16 +00:00
|
|
|
long_desc="
|
|
|
|
Makes it possible for applications to use all of GNOME's platform libraries
|
|
|
|
using the Javascript language. It's mainly based on the Mozilla javascript
|
|
|
|
engine and the GObject introsepection framework."
|
|
|
|
|
|
|
|
subpackages="gjs-devel"
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build libffi-devel
|
|
|
|
Add_dependency build libgirepository-devel
|
|
|
|
Add_dependency build dbus-glib-devel
|
|
|
|
Add_dependency build cairo-devel
|
|
|
|
Add_dependency build readline-devel
|
2011-07-12 16:54:18 +00:00
|
|
|
Add_dependency build js-devel
|
|
|
|
Add_dependency build gobject-introspection
|