vcp: delete package
Upstream is gone, the "official" github mirror is out of date and we will not rely on other forks. On top of that, vcp hasn't been maintained in years, anyway. cv is an acceptable alternative to vcp.
This commit is contained in:
parent
84bd39ef99
commit
992124359b
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.orig 2014-07-03 15:23:38.483184116 +0200
|
|
||||||
+++ Makefile 2014-07-03 15:24:18.290782721 +0200
|
|
||||||
@@ -7,7 +7,7 @@
|
|
||||||
$(CC) $(CFLAGS) -o vcp $(OBJS) -lcurses
|
|
||||||
|
|
||||||
.c.o:
|
|
||||||
- $(CC) $(CFLAGS) -c -I/usr/include/ -o $@ $<
|
|
||||||
+ $(CC) $(CFLAGS) -c -o $@ $<
|
|
||||||
.SUFFIXS: .c .o
|
|
||||||
|
|
||||||
install:
|
|
|
@ -1,21 +0,0 @@
|
||||||
# Template file for 'vcp'
|
|
||||||
pkgname=vcp
|
|
||||||
version=2.2
|
|
||||||
revision=2
|
|
||||||
build_style=gnu-makefile
|
|
||||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
|
||||||
license="3-clause-BSD"
|
|
||||||
makedepends=ncurses-devel
|
|
||||||
depends=ncurses
|
|
||||||
conf_files="/etc/vcp.conf"
|
|
||||||
homepage="http://members.iinet.net.au/~lynx/vcp/"
|
|
||||||
short_desc="copy files/directories in a curses interface"
|
|
||||||
distfiles="http://members.iinet.net.au/~lynx/vcp/${pkgname}-${version}.tar.gz"
|
|
||||||
checksum=2827f09e46e975bdd079f7ad826d29dd6eafa567dcb9059b7fb2a9a49f931b01
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vinstall vcp 755 usr/bin
|
|
||||||
vinstall vcp.1 644 usr/share/man/man1
|
|
||||||
vinstall vcp.conf.sample 644 etc/ vcp.conf
|
|
||||||
vinstall COPYRIGHT 644 /usr/share/licenses/${pkgname}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user