Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=07d2ac802f28b980ac1355d6914cbf0772995d76

commit 07d2ac802f28b980ac1355d6914cbf0772995d76
Author: crazy <[email protected]>
Date:   Mon May 30 15:12:37 2016 +0200

dtach-0.8-1-x86_64 - removed - not touched from back 2008

diff --git a/source/apps-extra/dtach/FrugalBuild 
b/source/apps-extra/dtach/FrugalBuild
deleted file mode 100644
index ad8bb2c..0000000
--- a/source/apps-extra/dtach/FrugalBuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Compiling Time: 0.01 SBU
-# Maintainer: crazy <[email protected]>
-# Contributor: Peter BARABAS <[email protected]>
-
-pkgname=dtach
-pkgver=0.8
-pkgrel=1
-pkgdesc="A tiny program that emulates the detach feature of screen."
-depends=('glibc')
-groups=('apps-extra')
-archs=('i686' 'x86_64')
-Finclude sourceforge
-source=(${source[@]} install.patch)
-sha1sums=('fb7279e719463aa284676a78cdf96788f4f2706b' \
-          '53b715a8cf6dde750e06a97c89cd2dced8fc5c7f')
-
-# optimization OK
diff --git a/source/apps-extra/dtach/install.patch 
b/source/apps-extra/dtach/install.patch
deleted file mode 100644
index 97cc473..0000000
--- a/source/apps-extra/dtach/install.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -Naur dtach-0.7/Makefile.in dtach-0.7-makefile/Makefile.in
---- dtach-0.7/Makefile.in      2004-07-04 18:07:03.000000000 +0200
-+++ dtach-0.7-makefile/Makefile.in     2006-07-23 19:10:11.054262248 +0200
-@@ -5,6 +5,8 @@
- LIBS = @LIBS@
- VERSION = @PACKAGE_VERSION@
- VPATH = $(srcdir)
-+PREFIX = /usr
-+DESTDIR =
-
- OBJ = attach.o master.o main.o
- SRC = $(srcdir)/attach.c $(srcdir)/master.c $(srcdir)/main.c
-@@ -17,6 +19,12 @@
- dtach: $(OBJ)
-       $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
-
-+install:
-+      mkdir -p $(DESTDIR)$(PREFIX)/bin
-+      /usr/bin/install -c -g root -o root -m 755  dtach 
$(DESTDIR)$(PREFIX)/bin
-+      mkdir -p $(DESTDIR)$(PREFIX)/man/man1
-+      /usr/bin/install -c -g root -o root -m 644  dtach.1 
$(DESTDIR)$(PREFIX)/man/man1
-+
- clean:
-       rm -f dtach $(OBJ) dtach-$(VERSION).tar.gz
-
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to