27d65faa81
--HG-- extra : convert_revision : 1e3c50942db7658007c61e36444c83f433e4cf20
16 lines
344 B
Text
16 lines
344 B
Text
# 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
|
|
}
|