wok-current rev 20683
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 27 19:07:41 2019 +0100 (2019-01-27) |
parents | 20661c276bcf |
children | 90a87813caa6 |
files | aircrack-ng-oui/receipt pcsxr-svn/receipt pilot-link/receipt pybootchartgui/receipt pylorcon/receipt smbbox/receipt tcpcrypt/receipt tcsh/receipt tuxtype/receipt umplayer-svn/receipt |
line diff
1.1 --- a/aircrack-ng-oui/receipt Sun Jan 27 17:42:10 2019 +0100 1.2 +++ b/aircrack-ng-oui/receipt Sun Jan 27 19:07:41 2019 +0100 1.3 @@ -11,14 +11,20 @@ 1.4 WGET_URL="http://standards-oui.ieee.org/oui.txt" 1.5 HOST_ARCH="any" 1.6 1.7 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.8 -genpkg_rules() 1.9 +# Rules to configure and make the package. 1.10 +compile_rules() 1.11 { 1.12 # get the logic from airodump-ng-oui-update + dos2unix & sort 1.13 - mkdir -p $fs/etc/aircrack-ng 1.14 + mkdir -p $install/etc/aircrack-ng 1.15 grep '(hex)' $TARBALL \ 1.16 | sed 's/^[ \t]*//g;s/[ \t]*$//g' \ 1.17 | dos2unix \ 1.18 | sort \ 1.19 - > $etc/etc/aircrack-ng/airodump-ng-oui.txt 1.20 + > $install/etc/aircrack-ng/airodump-ng-oui.txt 1.21 } 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + cp -a $install/etc $fs 1.27 +}
2.1 --- a/pcsxr-svn/receipt Sun Jan 27 17:42:10 2019 +0100 2.2 +++ b/pcsxr-svn/receipt Sun Jan 27 19:07:41 2019 +0100 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="A Sony PlayStation emulator based on the PCSX-df Project" 2.5 MAINTAINER="slaxemulator@gmail.com" 2.6 LICENSE="GPL2" 2.7 -WEB_SITE="https://archive.codeplex.com/?p=pcsxr" 2.8 +WEB_SITE="https://github.com/iCatButler/pcsxr" 2.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.10 WGET_URL="subversion|https://pcsxr.svn.codeplex.com/svn/pcsxr" 2.11 BRANCH="$VERSION"
3.1 --- a/pilot-link/receipt Sun Jan 27 17:42:10 2019 +0100 3.2 +++ b/pilot-link/receipt Sun Jan 27 19:07:41 2019 +0100 3.3 @@ -6,7 +6,7 @@ 3.4 SHORT_DESC="A suite of tools used to connect PalmOS compatible handhelds." 3.5 MAINTAINER="Lucas Levrel <llev@slitaz.org>" 3.6 LICENSE="GPL-LGPL" 3.7 -WEB_SITE="http://www.pilot-link.org/" 3.8 +WEB_SITE="https://github.com/jichu4n/pilot-link" 3.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.10 WGET_URL="http://downloads.pilot-link.org/$TARBALL" 3.11
4.1 --- a/pybootchartgui/receipt Sun Jan 27 17:42:10 2019 +0100 4.2 +++ b/pybootchartgui/receipt Sun Jan 27 19:07:41 2019 +0100 4.3 @@ -7,7 +7,7 @@ 4.4 MAINTAINER="jozee@slitaz.org" 4.5 LICENSE="GPL3" 4.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.7 -WEB_SITE="http://pybootchartgui.googlecode.com/" 4.8 +WEB_SITE="https://github.com/kraj/poky/tree/master/scripts/pybootchartgui" 4.9 WGET_URL="$WEB_SITE/files/$TARBALL" 4.10 4.11 DEPENDS="python pygtk bootchart"
5.1 --- a/pylorcon/receipt Sun Jan 27 17:42:10 2019 +0100 5.2 +++ b/pylorcon/receipt Sun Jan 27 19:07:41 2019 +0100 5.3 @@ -6,7 +6,7 @@ 5.4 SHORT_DESC="Python wrapper for the LORCON 802.11 packet injection library" 5.5 MAINTAINER="slaxemulator@gmail.com" 5.6 LICENSE="GPL2" 5.7 -WEB_SITE="https://code.google.com/archive/p/pylorcon/" 5.8 +WEB_SITE="https://github.com/blake-regalia/pylorcon" 5.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.10 WGET_URL="http://pylorcon.googlecode.com/files/$TARBALL" 5.11
6.1 --- a/smbbox/receipt Sun Jan 27 17:42:10 2019 +0100 6.2 +++ b/smbbox/receipt Sun Jan 27 19:07:41 2019 +0100 6.3 @@ -9,7 +9,7 @@ 6.4 SOURCE="smbbox" 6.5 TARBALL="$SOURCE-$VERSION.tar.gz" 6.6 WGET_URL="http://smbbox.balinor.net/src/$TARBALL" 6.7 -WEB_SITE="http://smbbox.balinor.net/" 6.8 +WEB_SITE="http://smbbox.free.fr/" 6.9 6.10 DEPENDS="smbclient cifs-utils" 6.11
7.1 --- a/tcpcrypt/receipt Sun Jan 27 17:42:10 2019 +0100 7.2 +++ b/tcpcrypt/receipt Sun Jan 27 19:07:41 2019 +0100 7.3 @@ -6,7 +6,7 @@ 7.4 SHORT_DESC="Attempts to encrypt (almost) all of your network traffic." 7.5 MAINTAINER="pascal.bellard@slitaz.org" 7.6 LICENSE="BSD" 7.7 -WEB_SITE="http://tcpcrypt.org/" 7.8 +WEB_SITE="https://github.com/sorbo/tcpcrypt" # http://tcpcrypt.org/ 7.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 7.10 WGET_URL="git|git://github.com/scslab/tcpcrypt.git" 7.11
8.1 --- a/tcsh/receipt Sun Jan 27 17:42:10 2019 +0100 8.2 +++ b/tcsh/receipt Sun Jan 27 19:07:41 2019 +0100 8.3 @@ -6,7 +6,7 @@ 8.4 SHORT_DESC="Enhanced, compatible Berkeley UNIX C shell." 8.5 MAINTAINER="samuel_trassare@yahoo.com" 8.6 LICENSE="BSD" 8.7 -WEB_SITE="http://www.tsch.org/Welcome" 8.8 +WEB_SITE="https://github.com/tcsh-org/tcsh" # http://www.tsch.org/Welcome 8.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.10 WGET_URL="ftp://ftp.astron.com/pub/$PACKAGE/$TARBALL" 8.11 #The following build dep will be necessary when glibc ups to 2.14.
9.1 --- a/tuxtype/receipt Sun Jan 27 17:42:10 2019 +0100 9.2 +++ b/tuxtype/receipt Sun Jan 27 19:07:41 2019 +0100 9.3 @@ -8,7 +8,7 @@ 9.4 MAINTAINER="claudinei@slitaz.org" 9.5 LICENSE="GPL2" 9.6 TARBALL="$SOURCE-$VERSION.tar.gz" 9.7 -WEB_SITE="http://tux4kids.alioth.debian.org/" 9.8 +WEB_SITE="http://archive.wikiwix.com/cache/?url=http%3A%2F%2Ftuxtype.sourceforge.net%2F" 9.9 WGET_URL="https://alioth.debian.org/frs/download.php/3270/$TARBALL" 9.10 9.11 DEPENDS="libt4k_common libsdl librsvg libsdl-image libsdl-mixer libsdl-ttf \
10.1 --- a/umplayer-svn/receipt Sun Jan 27 17:42:10 2019 +0100 10.2 +++ b/umplayer-svn/receipt Sun Jan 27 19:07:41 2019 +0100 10.3 @@ -7,7 +7,7 @@ 10.4 MAINTAINER="paul@slitaz.org" 10.5 LICENSE="GPL3" 10.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 10.7 -WEB_SITE="http://www.umplayer.com/" 10.8 +WEB_SITE="https://sourceforge.net/projects/umplayer/" 10.9 WGET_URL="subversion|https://umplayer.svn.sourceforge.net/svnroot/umplayer/umplayer/trunk" 10.10 BRANCH="$VERSION" 10.11 TAGS="player audio video movie"