mozjs52: move ajs library to -devel subpackage

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

View File

@ -1,7 +1,7 @@
# Template file for 'mozjs52'
pkgname=mozjs52
version=52.3.0
revision=1
revision=2
wrksrc="firefox-${version}esr"
build_wrksrc="js/src"
build_style=gnu-configure
@ -52,6 +52,7 @@ mozjs52-devel_package() {
vmove usr/bin/js52-config
vmove usr/include
vmove "usr/lib/*.so"
vmove "usr/lib/*.ajs"
vmove usr/lib/pkgconfig
}
}