wok rev 22688
Add edid-decode
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 20 09:41:56 2020 +0100 (2020-01-20) |
parents | 19b183f321a4 |
children | a3bd8120a0f2 |
files | edid-decode/receipt pssh/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/edid-decode/receipt Mon Jan 20 09:41:56 2020 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="edid-decode" 1.7 +VERSION="fork-point-4" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Decode EDID data in human-readable format" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="BSD" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="https://github.com/rpavlik/edid-decode" 1.14 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + make && 1.20 + make DESTDIR=$DESTDIR install 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs/usr 1.27 + cp -a $install/usr/bin $fs/usr 1.28 +}
2.1 --- a/pssh/receipt Sun Jan 19 18:20:59 2020 +0100 2.2 +++ b/pssh/receipt Mon Jan 20 09:41:56 2020 +0100 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="pascal.bellard@slitaz.org" 2.5 LICENSE="BSD" 2.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.7 -WEB_SITE="https://code.google.com/archive/p/parallel-ssh/" 2.8 +WEB_SITE="https://pypi.org/project/pssh/" 2.9 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/parallel-ssh/$TARBALL" 2.10 TAGS="ssh" 2.11