void-packages/srcpkgs/libgweather/libgweather-python.template

17 lines
344 B
Text
Raw Normal View History

# Template file for 'libgweather-python'.
#
short_desc="${sourcepkg} - python bindings"
long_desc="${long_desc}
This package contains the python bindings."
Add_dependency run glibc
Add_dependency run python
Add_dependency run libgweather
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
}