mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
Merge pull request #224 from roelof1967/master
new package cjs: part of cinnamon2.x
This commit is contained in:
commit
44a59cbf2e
3 changed files with 38 additions and 0 deletions
|
@ -1440,3 +1440,6 @@ libethumb_client.so.1 efl-1.8.1_1
|
||||||
libethumb.so.1 efl-1.8.1_1
|
libethumb.so.1 efl-1.8.1_1
|
||||||
libevas.so.1 efl-1.8.1_1
|
libevas.so.1 efl-1.8.1_1
|
||||||
libelementary.so.1 elementary-1.8.0_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
|
||||||
|
|
||||||
|
|
1
srcpkgs/cjs-devel
Symbolic link
1
srcpkgs/cjs-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
cjs
|
34
srcpkgs/cjs/template
Normal file
34
srcpkgs/cjs/template
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# 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"
|
||||||
|
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection"
|
||||||
|
makedepends="js-devel 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/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
cjs_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue