21 lines
586 B
Text
21 lines
586 B
Text
# Template file for 'gnome-js-common'
|
|
pkgname=gnome-js-common
|
|
version=0.1.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool"
|
|
short_desc="GNOME JavaScript common modules"
|
|
homepage="http://live.gnome.org/Seed/"
|
|
license="GPL-3"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.bz2"
|
|
checksum=1765be99f3d83cc57e1ec13a2bb963469b8e91b60239eeaab61d66d7744496e6
|
|
long_desc="
|
|
This package includes some JavaScript common modules for GNOME."
|
|
|
|
gnome-js-common_package() {
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|