38 lines
915 B
Plaintext
38 lines
915 B
Plaintext
|
# 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
|
||
|
}
|
||
|
}
|