2011-06-24 01:36:07 +02:00
|
|
|
# Template file for 'dtach'
|
|
|
|
pkgname=dtach
|
|
|
|
version=0.8
|
2014-02-18 17:09:33 +01:00
|
|
|
revision=2
|
|
|
|
build_style=gnu-configure
|
|
|
|
short_desc="Tiny program that emulates the detach feature of screen"
|
2011-07-17 08:27:36 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-24 01:36:07 +02:00
|
|
|
homepage="http://dtach.sourceforge.net/"
|
|
|
|
license="GPL-2"
|
2013-04-12 09:46:44 +02:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
2011-06-24 01:36:07 +02:00
|
|
|
checksum=16614ebddf8ab2811d3dc0e7f329c7de88929ac6a9632d4cb4aef7fe11b8f2a9
|
|
|
|
|
2013-04-12 09:46:44 +02:00
|
|
|
do_install() {
|
2014-02-18 17:09:33 +01:00
|
|
|
vinstall dtach 755 usr/bin
|
|
|
|
vinstall dtach.1 644 usr/share/man/man1
|
2011-06-24 01:36:07 +02:00
|
|
|
}
|