wok-next annotate dtach/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@21017 | 1 # SliTaz package receipt v2. |
pascal@1688 | 2 |
pascal@1688 | 3 PACKAGE="dtach" |
Hans-G?nter@21603 | 4 VERSION="0.9" |
pascal@1688 | 5 CATEGORY="system-tools" |
al@21017 | 6 SHORT_DESC="Emulates the detach feature of screen" |
Hans-G?nter@21603 | 7 MAINTAINER="maintainer@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 |
Hans-G?nter@21603 | 14 compile_rules() |
Hans-G?nter@21603 | 15 { |
al@21017 | 16 ./configure $CONFIGURE_ARGS && |
pascal@1688 | 17 make || return 1 |
al@21017 | 18 |
Hans-G?nter@21603 | 19 install -Dm755 dtach $install/usr/bin/dtach |
al@21017 | 20 cook_pick_manpages dtach.1 |
pascal@1688 | 21 } |
pascal@1688 | 22 |
Hans-G?nter@21603 | 23 genpkg_rules() |
Hans-G?nter@21603 | 24 { |
al@21017 | 25 copy @std |
pascal@1688 | 26 } |