wok-6.x rev 20716
Up shellinabox (2.20)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 07 11:11:40 2019 +0100 (2019-02-07) |
parents | a268902aedce |
children | c66922837e6c |
files | pygoocanvas/receipt shellinabox/receipt |
line diff
1.1 --- a/pygoocanvas/receipt Thu Feb 07 09:37:17 2019 +0000 1.2 +++ b/pygoocanvas/receipt Thu Feb 07 11:11:40 2019 +0100 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="slaxemulator@gmail.com" 1.5 LICENSE="GPL2" 1.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.7 -WEB_SITE="https://wiki.gnome.org/Projects/PyGoocanvas" 1.8 +WEB_SITE="https://wiki.gnome.org/Attic/PyGoocanvas" 1.9 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygoocanvas/${VERSION%.*}/$TARBALL" 1.10 1.11 DEPENDS="python pygtk goocanvas"
2.1 --- a/shellinabox/receipt Thu Feb 07 09:37:17 2019 +0000 2.2 +++ b/shellinabox/receipt Thu Feb 07 11:11:40 2019 +0100 2.3 @@ -1,23 +1,25 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="shellinabox" 2.7 -VERSION="2.14" 2.8 +VERSION="2.20" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Ajax web based terminal emulator." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL2" 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 -WEB_SITE="https://github.com/shellinabox/shellinabox" 2.15 +WEB_SITE="http://$PACKAGE.googlecode.com/" 2.16 WGET_URL="${WEB_SITE}files/$TARBALL" 2.17 -TAGS="web application" 2.18 +WGET_URL="https://github.com/shellinabox/shellinabox/archive/v$VERSION.tar.gz" 2.19 +TAGS="web-application" 2.20 2.21 DEPENDS="zlib" 2.22 -BUILD_DEPENDS="zlib-dev" 2.23 +BUILD_DEPENDS="zlib-dev openssl-dev autoconf automake libtool" 2.24 SUGGESTED="ssh knock" 2.25 2.26 # Rules to configure and make the package. 2.27 compile_rules() 2.28 { 2.29 + autoreconf -i 2.30 ./configure --prefix=/usr \ 2.31 --mandir=/usr/share/man \ 2.32 $CONFIGURE_ARGS && 2.33 @@ -30,7 +32,7 @@ 2.34 { 2.35 mkdir -p $fs/usr/bin $fs/usr/share/shellinabox $fs/etc/init.d 2.36 cp -a $install/usr/bin $fs/usr 2.37 - cp $install/usr/share/doc/shellinabox/*black*.css $fs/usr/share/shellinabox 2.38 + cp $src/shellinabox/*black*.css $fs/usr/share/shellinabox 2.39 cp $stuff/*.css $fs/usr/share/shellinabox 2.40 cp $stuff/shellinabox $fs/etc/init.d/ 2.41 }