wok-next annotate dtach/receipt @ rev 21465

updated stuntman (1.2.13 -> 1.2.15)
author Hans-G?nter Theisgen
date Tue May 12 09:08:36 2020 +0100 (2020-05-12)
parents f48456621a9d
children bbdeb9628400
rev   line source
al@21017 1 # SliTaz package receipt v2.
pascal@1688 2
pascal@1688 3 PACKAGE="dtach"
pascal@1688 4 VERSION="0.8"
pascal@1688 5 CATEGORY="system-tools"
al@21017 6 SHORT_DESC="Emulates the detach feature of screen"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@21017 9 WEB_SITE="http://dtach.sourceforge.net/"
al@21017 10
pascal@1688 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21017 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@1688 13
al@21017 14 compile_rules() {
al@21017 15 ./configure $CONFIGURE_ARGS &&
pascal@1688 16 make || return 1
al@21017 17
al@21017 18 install -Dm755 dtach $install/usr/bin/dtach
al@21017 19 cook_pick_manpages dtach.1
pascal@1688 20 }
pascal@1688 21
al@21017 22 genpkg_rules() {
al@21017 23 copy @std
pascal@1688 24 }