16 lines
489 B
Text
16 lines
489 B
Text
# Template file for 'dtach'
|
|
pkgname=dtach
|
|
version=0.8
|
|
revision=3
|
|
build_style=gnu-configure
|
|
short_desc="Tiny program that emulates the detach feature of GNU screen"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://dtach.sourceforge.net/"
|
|
license="GPL-2"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=16614ebddf8ab2811d3dc0e7f329c7de88929ac6a9632d4cb4aef7fe11b8f2a9
|
|
|
|
do_install() {
|
|
vinstall dtach 755 usr/bin
|
|
vinstall dtach.1 644 usr/share/man/man1
|
|
}
|