2011-06-21 14:00:13 +02:00
|
|
|
# Template file for 'weechat-python'.
|
|
|
|
#
|
2012-11-13 10:47:58 +01:00
|
|
|
depends="${sourcepkg}-${version}_${revision}"
|
2013-01-20 13:48:40 +01:00
|
|
|
short_desc="${short_desc} -- python plugin"
|
2011-06-21 14:00:13 +02:00
|
|
|
|
2012-05-27 12:45:23 +02:00
|
|
|
do_install() {
|
|
|
|
vmove usr/lib/weechat/plugins/python.so usr/lib/weechat/plugins
|
2011-06-21 14:00:13 +02:00
|
|
|
}
|