Last active
August 29, 2015 14:22
-
-
Save kiko/d8dd006673eb9e2b299b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snip> | |
=> autossh-1.4e_1: running pre-install hook: 00-lib32 ... | |
=> autossh-1.4e_1: running pre-install hook: 02-script-wrapper ... | |
=> autossh-1.4e_1: running do_install ... | |
mkdir -p -m 755 /usr/bin | |
mkdir -p -m 755 /usr/share/doc/autossh | |
mkdir -p -m 755 /usr/share/examples/autossh | |
mkdir -p -m 755 /usr/man/man1 | |
cp autossh /usr/bin | |
cp CHANGES README /usr/share/doc/autossh | |
cp autossh.host /usr/share/examples/autossh | |
cp rscreen /usr/share/examples/autossh | |
cp autossh.1 /usr/man/man1 | |
chmod 755 /usr/bin/autossh | |
chmod 644 /usr/share/doc/autossh/CHANGES | |
chmod 644 /usr/share/doc/autossh/README | |
chmod 644 /usr/share/examples/autossh/autossh.host | |
chmod 644 /usr/share/examples/autossh/rscreen | |
chmod 644 /usr/man/man1/autossh.1 | |
=> autossh-1.4e_1: running post-install hook: 00-compress-info-files ... | |
=> autossh-1.4e_1: running post-install hook: 00-uncompress-manpages ... | |
=> autossh-1.4e_1: running post-install hook: 01-remove-localized-manpages ... | |
=> autossh-1.4e_1: running post-install hook: 01-remove-misc ... | |
=> autossh-1.4e_1: running post-install hook: 02-remove-libtool-archives ... | |
=> autossh-1.4e_1: running post-install hook: 02-remove-perl-files ... | |
=> autossh-1.4e_1: running post-install hook: 02-remove-python-bytecode-files ... | |
=> autossh-1.4e_1: running post-install hook: 03-remove-empty-dirs ... | |
=> autossh-1.4e_1: running post-install hook: 04-create-xbps-metadata-scripts ... | |
=> autossh-1.4e_1: running post-install hook: 05-generate-gitrevs ... | |
=> autossh-1.4e_1: running post-install hook: 06-strip-and-debug-pkgs ... | |
=> autossh-1.4e_1: running post-install hook: 98-lib32 ... | |
=> autossh-1.4e_1: running pre-pkg hook: 04-generate-runtime-deps ... | |
=> autossh-1.4e_1: running pre-pkg hook: 05-prepare-32bit ... | |
=> autossh-1.4e_1: running pre-pkg hook: 06-shlib-provides ... | |
=> autossh-1.4e_1: running pre-pkg hook: 99-pkglint ... | |
=> autossh-1.4e_1: running do-pkg hook: 00-gen-pkg ... | |
=> Creating autossh-1.4e_1.x86_64.xbps for repository /host/binpkgs ... | |
=> autossh-1.4e_1: running post-pkg hook: 00-register-pkg ... | |
=> Registering autossh-1.4e_1.x86_64.xbps into /host/binpkgs ... | |
index: added `autossh-1.4e_1' (x86_64). | |
index: 8 packages registered. | |
=> autossh-1.4e_1: removing autodeps, please wait... | |
=> autossh-1.4e_1: cleaning build directory... | |
=> autossh: removing files from destdir... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> tar tJf hostdir/binpkgs/autossh-1.4e_1.x86_64.xbps | |
./props.plist | |
./files.plist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Template file for 'autossh' | |
pkgname=autossh | |
version=1.4e | |
revision=1 | |
short_desc="Automatically restart SSH sessions and tunnels" | |
maintainer="Kiko Uehara <[email protected]>" | |
homepage="http://www.harding.motd.ca/autossh/" | |
license="custom" | |
makedepends=openssh | |
build_style=configure | |
configure_args="--prefix=/usr" | |
# 31-May-2015: Official download link below is unreachable | |
# "${homepage}/$pkgname-${version}.tgz" | |
distfiles="${DEBIAN_SITE}/main/a/autossh/autossh_1.4e.orig.tar.gz" | |
checksum=9e8e10a59d7619176f4b986e256f776097a364d1be012781ea52e08d04679156 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment