wok-next rev 11729
added openconnect (3.15)
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Tue Feb 21 07:21:19 2012 -0800 (2012-02-21) |
parents | 769047ca624f |
children | ce9fc4bf3954 |
files | openconnect/description.txt openconnect/receipt xchat/description.txt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/openconnect/description.txt Tue Feb 21 07:21:19 2012 -0800 1.3 @@ -0,0 +1,3 @@ 1.4 +OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is supported by 1.5 +the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 1.6 +2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/openconnect/receipt Tue Feb 21 07:21:19 2012 -0800 2.3 @@ -0,0 +1,32 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="openconnect" 2.7 +VERSION="3.15" 2.8 +CATEGORY="network" 2.9 +SHORT_DESC="A client for Cisco's AnyConnect SSL VPN." 2.10 +MAINTAINER="samuel_trassare@yahoo.com" 2.11 +WEB_SITE="http://http://www.infradead.org/openconnect" 2.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.13 +WGET_URL="ftp://ftp.infradead.org/pub/openconnect/$TARBALL" 2.14 + 2.15 +DEPENDS="vpnc openssl libxml2" 2.16 +# Will require libtirpc when glibc is upgraded to 2.14. 2.17 +BUILD_DEPENDS="openssl-dev zlib pkg-config" 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + ./configure $CONFIGURE_ARGS && 2.23 + make && 2.24 + make install 2.25 +} 2.26 + 2.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.28 +genpkg_rules() 2.29 +{ 2.30 + mkdir -p $fs/usr/sbin 2.31 + cp -a $install/usr/sbin/openconnect $fs/usr/sbin 2.32 + 2.33 + mkdir -p $fs/usr/lib 2.34 + cp -a $install/usr/lib/*so* $fs/usr/lib 2.35 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/xchat/description.txt Tue Feb 21 07:21:19 2012 -0800 3.3 @@ -0,0 +1,3 @@ 3.4 +XChat is an IRC chat program for both Linux and Windows. It allows you to join 3.5 +multiple IRC channels (chat rooms) at the same time, talk publicly, private one- 3.6 +on-one conversations etc. Even file transfers are possible.