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