new package cjs: part of cinnamon2.x
This commit is contained in:
parent
b842f28195
commit
771d16f70e
|
@ -1440,3 +1440,6 @@ libethumb_client.so.1 efl-1.8.1_1
|
|||
libethumb.so.1 efl-1.8.1_1
|
||||
libevas.so.1 efl-1.8.1_1
|
||||
libelementary.so.1 elementary-1.8.0_1
|
||||
libcjs.so.0 cjs-2.0.0_1
|
||||
libcjs-dbus.so.0 cjs-2.0.0_1
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
cjs
|
|
@ -0,0 +1 @@
|
|||
cjs-devel
|
|
@ -0,0 +1,37 @@
|
|||
# Template file for 'cjs'
|
||||
pkgname=cjs
|
||||
version=2.0.0
|
||||
revision=1
|
||||
short_desc="Javascript for Cinnamom"
|
||||
build_style=gnu-configure
|
||||
configure_args=" --disable-static --libexecdir=/usr/lib"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="js-devel gnome-common pkg-config gobject-introspection
|
||||
dbus-glib-devel readline-devel"
|
||||
maintainer="Roelof Wobben <rwobben@hotmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://cinnamon.linuxmint.com/"
|
||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=2fea6c491e6ce8567201f14c0e926181154d798d4811dd65da477c014bfb2a9a
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
cjs-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so*"
|
||||
vmove usr/include
|
||||
vmove usr/lib/cjs
|
||||
vmove usr/lib/cjs-1.0
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
||||
cjs_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue