mozjs38: move ajs library to -devel subpackage
This commit is contained in:
parent
6cb143f1e3
commit
8958bfed44
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue