2009-04-20 14:05:35 +00:00
|
|
|
# Template file for 'gamin-python'.
|
|
|
|
#
|
|
|
|
short_desc="${sourcepkg} python bindings"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the python bindings."
|
|
|
|
|
2010-01-11 02:29:55 +00:00
|
|
|
revision=1
|
|
|
|
|
|
|
|
Add_dependency run glibc
|
2009-04-20 14:05:35 +00:00
|
|
|
Add_dependency run gamin
|
|
|
|
Add_dependency run python
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
|
|
|
}
|