12 lines
241 B
Text
12 lines
241 B
Text
# Template file for 'systemd-python'.
|
|
#
|
|
short_desc="${sourcepkg} - python bindings"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the systemd python bindings."
|
|
|
|
pycompile_module="systemd"
|
|
|
|
do_install() {
|
|
vmove "usr/lib/python*" usr/lib
|
|
}
|