parent
e45bf96ec6
commit
60efea5e2e
2 changed files with 26 additions and 0 deletions
25
srcpkgs/python-xapp/template
Normal file
25
srcpkgs/python-xapp/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'python-xapp'
|
||||||
|
pkgname=python-xapp
|
||||||
|
version=1.0.1
|
||||||
|
revision=1
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="xapp"
|
||||||
|
hostmakedepends="python python3"
|
||||||
|
depends="python python-psutil"
|
||||||
|
short_desc="Python2 Xapp Library"
|
||||||
|
maintainer="John <johnz@posteo.net>"
|
||||||
|
license="LGPL-2"
|
||||||
|
homepage="https://github.com/linuxmint/python-xapp"
|
||||||
|
distfiles="https://github.com/linuxmint/python-xapp/archive/1.0.1.tar.gz"
|
||||||
|
checksum=da2ec46dc3fce97accd0ee6d9bd9d71d26c953b01de1a5336ba2b4b60f2f3b6b
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
|
python3-xapp_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3 python3-psutil"
|
||||||
|
pycompile_module="xapp"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-xapp
Symbolic link
1
srcpkgs/python3-xapp
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-xapp
|
Loading…
Add table
Add a link
Reference in a new issue