python3-PyQt5-webengine: split -devel
This commit is contained in:
parent
85c5078c6d
commit
411b8f15cc
2 changed files with 9 additions and 0 deletions
1
srcpkgs/python3-PyQt5-webengine-devel
Symbolic link
1
srcpkgs/python3-PyQt5-webengine-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python3-PyQt5-webengine
|
|
@ -51,3 +51,11 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
make -C build DESTDIR=${DESTDIR} INSTALL_ROOT=${DESTDIR} install
|
make -C build DESTDIR=${DESTDIR} INSTALL_ROOT=${DESTDIR} install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
python3-PyQt5-webengine-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove ${py3_sitelib}/PyQt5/bindings
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue