weechat: update to 0.4.0.

This commit is contained in:
Juan RP 2013-01-20 13:48:40 +01:00
parent 1ffb14cd3c
commit 3c5ad93abb
8 changed files with 14 additions and 46 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'weechat'
pkgname=weechat
version=0.3.9.2
revision=2
version=0.4.0
revision=1
build_style=cmake
subpackages="weechat-aspell weechat-devel weechat-perl weechat-python
weechat-ruby weechat-tcl weechat-lua"
@ -13,11 +13,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.weechat.org"
distfiles="${homepage}/files/src/$pkgname-$version.tar.bz2"
checksum=5e9cb967be7d6496c37d4b05dbff5144796954a7abdd21f3f5e4305f772f7532
long_desc="
WeeChat is:
- modular: a lightweight core with plugins around
- multi-protocols: IRC and Jabber (other soon)
- extensible: C plugins and scripts (Perl, Python, Ruby, Lua and Tcl)
- free software: released under GPLv3 license
- fully documented: user's guide, API, FAQ,.. translated in many languages"
checksum=1df12201d8b0ac25f62ddbfb675e8f3d978e52bc5b644d55ccf4c755956fa60d

View File

@ -1,10 +1,7 @@
# Template file for 'weechat-aspell'.
#
depends="${sourcepkg}-${version}_${revision}"
short_desc="${sourcepkg} aspell add-on"
long_desc="${long_desc}
This package contains the aspell plugin."
short_desc="${short_desc} -- aspell plugin"
do_install() {
vmove usr/lib/weechat/plugins/aspell.so usr/lib/weechat/plugins

View File

@ -2,10 +2,7 @@
#
noarch=yes
depends="ncurses-devel"
short_desc="${sourcepkg} - development package"
long_desc="${long_desc}
This package contains development files."
short_desc="${short_desc} - development package"
do_install() {
vmove usr/include usr

View File

@ -1,10 +1,7 @@
# Template file for 'weechat-lua'.
#
depends="${sourcepkg}-${version}_${revision}"
short_desc="${sourcepkg} lua add-on"
long_desc="${long_desc}
This package contains the lua plugin."
short_desc="${short_desc} -- lua plugin"
do_install() {
vmove usr/lib/weechat/plugins/lua.so usr/lib/weechat/plugins

View File

@ -1,10 +1,7 @@
# Template file for 'weechat-perl'.
#
depends="perl>=5.16 ${sourcepkg}-${version}_${revision}"
short_desc="${sourcepkg} perl add-on"
long_desc="${long_desc}
This package contains the perl plugin."
depends="${sourcepkg}-${version}_${revision}"
short_desc="${short_desc} -- perl plugin"
do_install() {
vmove usr/lib/weechat/plugins/perl.so usr/lib/weechat/plugins

View File

@ -1,10 +1,7 @@
# Template file for 'weechat-python'.
#
depends="${sourcepkg}-${version}_${revision}"
short_desc="${sourcepkg} python add-on"
long_desc="${long_desc}
This package contains the python plugin."
short_desc="${short_desc} -- python plugin"
do_install() {
vmove usr/lib/weechat/plugins/python.so usr/lib/weechat/plugins

View File

@ -1,15 +1,8 @@
# Template file for 'weechat-ruby'.
#
depends="weechat>=0.3.7"
short_desc="${sourcepkg} ruby add-on"
long_desc="${long_desc}
depends="${sourcepkg}>=${version}"
short_desc="${short_desc} -- ruby plugin"
This package contains the ruby plugin."
do_install()
{
mkdir -p ${DESTDIR}/usr/lib/weechat/plugins
mv ${SRCPKGDESTDIR}/usr/lib/weechat/plugins/ruby.so \
${DESTDIR}/usr/lib/weechat/plugins
do_install() {
vmove usr/lib/weechat/plugins/ruby.so usr/lib/weechat/plugins
}

View File

@ -1,10 +1,7 @@
# Template file for 'weechat-tcl'.
#
depends="${sourcepkg}-${version}_${revision}"
short_desc="${sourcepkg} tcl add-on"
long_desc="${long_desc}
This package contains the tcl plugin."
short_desc="${short_desc} -- tcl plugin"
do_install() {
vmove usr/lib/weechat/plugins/tcl.so usr/lib/weechat/plugins