wok-next view dtach/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children bbdeb9628400
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dtach"
4 VERSION="0.8"
5 CATEGORY="system-tools"
6 SHORT_DESC="Emulates the detach feature of screen"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://dtach.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS &&
16 make || return 1
18 install -Dm755 dtach $install/usr/bin/dtach
19 cook_pick_manpages dtach.1
20 }
22 genpkg_rules() {
23 copy @std
24 }