From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/dtach/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 community/dtach/PKGBUILD (limited to 'community/dtach') diff --git a/community/dtach/PKGBUILD b/community/dtach/PKGBUILD deleted file mode 100644 index 59adff7f3..000000000 --- a/community/dtach/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 65661 2012-02-21 20:25:45Z cbrannon $ -# Maintainer: Chris Brannon -# Contributor: Allan McRae -# Contributor: Adam Vogt - -pkgname=dtach -pkgver=0.8 -pkgrel=5 -pkgdesc="emulates the detach feature of screen" -arch=('i686' 'x86_64') -url="http://dtach.sourceforge.net/" -license=('GPL') -depends=('glibc') -source=(http://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz) -md5sums=('ec5999f3b6bb67da19754fcb2e5221f3') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - install -Dm755 dtach "${pkgdir}/usr/bin/dtach" - install -Dm644 dtach.1 "${pkgdir}/usr/share/man/man1/dtach.1" -} - -# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf