2011-03-02 08:34:16 +00:00
|
|
|
# Template file for 'gjs'
|
|
|
|
pkgname=gjs
|
2012-03-27 18:05:04 +00:00
|
|
|
version=1.32.0
|
2012-01-14 07:59:56 +00:00
|
|
|
homepage="http://live.gnome.org/Gjs"
|
2012-03-27 18:05:04 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/1.32/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config intltool libffi-devel libgirepository-devel dbus-glib-devel cairo-devel readline-devel js-devel gobject-introspection"
|
2011-03-02 08:34:16 +00:00
|
|
|
short_desc="Mozilla-based javascript bindings for the GNOME platform"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-01-14 07:59:56 +00:00
|
|
|
license="MPL-1.1, LGPL-2.1, GPL-2"
|
2012-03-27 18:05:04 +00:00
|
|
|
checksum=b9f1dc156c15806824c936bb08ddc5048f52f6921654146c47025a62457108c0
|
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"
|
|
|
|
|