void-packages/srcpkgs/libgweather/libgweather-python.template
Juan RP 27d65faa81 Added libgweather-2.30.0 build template.
--HG--
extra : convert_revision : 1e3c50942db7658007c61e36444c83f433e4cf20
2010-04-12 21:02:56 +02:00

17 lines
344 B
Plaintext

# 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
}