wok-next view dtach/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dtach"
4 VERSION="0.9"
5 CATEGORY="system-tools"
6 SHORT_DESC="Emulates the detach feature of screen"
7 MAINTAINER="maintainer@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 {
16 ./configure $CONFIGURE_ARGS &&
17 make || return 1
19 install -Dm755 dtach $install/usr/bin/dtach
20 cook_pick_manpages dtach.1
21 }
23 genpkg_rules()
24 {
25 copy @std
26 }