wok-next view dtach/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | eb8067417980 |
children | d5aab818505e |
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="christophe.paris@free.fr"
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 }