aea138cac7
--HG-- branch : gnome3
20 lines
434 B
Text
20 lines
434 B
Text
# Template file for 'libgsf-python'.
|
|
#
|
|
short_desc="${sourcepkg} python bindings."
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the Python bindings."
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run zlib
|
|
Add_dependency run bzip2
|
|
Add_dependency run glib
|
|
Add_dependency run libxml2
|
|
Add_dependency run python
|
|
Add_dependency run libgsf
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
|
}
|