mozjs38: move ajs library to -devel subpackage

This commit is contained in:
Enno Boland 2017-10-17 20:04:19 +02:00
parent 6cb143f1e3
commit 8958bfed44
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'mozjs38'
pkgname=mozjs38
version=38.8.0
revision=4
revision=5
wrksrc="mozilla-esr${version%.*.*}"
build_wrksrc="js/src"
build_style=gnu-configure
@ -41,6 +41,7 @@ mozjs38-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/bin/js38-config
vmove "usr/lib/*.so"
vmove usr/include
vmove usr/lib/pkgconfig
}