gnome-menus: update to 2.91.6.
--HG-- branch : gnome3
This commit is contained in:
21
srcpkgs/gnome-menus/gnome-menus-python.template
Normal file
21
srcpkgs/gnome-menus/gnome-menus-python.template
Normal file
@@ -0,0 +1,21 @@
|
||||
# Template file for 'gnome-menus-python'.
|
||||
#
|
||||
short_desc="${short_desc} - python bindings"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the Python language bindings."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency run python
|
||||
Add_dependency run pygtk
|
||||
Add_dependency run gnome-menus
|
||||
Add_dependency run desktop-file-utils
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/{bin,lib,share}
|
||||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/applications ${DESTDIR}/usr/share
|
||||
}
|
||||
Reference in New Issue
Block a user