void-packages/srcpkgs/gjs/template

27 lines
961 B
Plaintext
Raw Normal View History

# Template file for 'gjs'
pkgname=gjs
2012-03-27 20:05:04 +02:00
version=1.32.0
2012-01-14 08:59:56 +01:00
homepage="http://live.gnome.org/Gjs"
2012-03-27 20:05:04 +02:00
distfiles="${GNOME_SITE}/$pkgname/1.32/$pkgname-$version.tar.xz"
build_style=gnu-configure
short_desc="Mozilla-based javascript bindings for the GNOME platform"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-01-14 08:59:56 +01:00
license="MPL-1.1, LGPL-2.1, GPL-2"
2012-03-27 20:05:04 +02:00
checksum=b9f1dc156c15806824c936bb08ddc5048f52f6921654146c47025a62457108c0
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 18:54:18 +02:00
Add_dependency build js-devel
Add_dependency build gobject-introspection