diff options
Diffstat (limited to 'testing/cv')
-rw-r--r-- | testing/cv/APKBUILD | 40 | ||||
-rw-r--r-- | testing/cv/compress-tools.patch | 11 |
2 files changed, 0 insertions, 51 deletions
diff --git a/testing/cv/APKBUILD b/testing/cv/APKBUILD deleted file mode 100644 index c0fd220910..0000000000 --- a/testing/cv/APKBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Contributor: z3bra <willy at mailoo dot org> -# Maintainer: -pkgname=cv -pkgver=0.5.1 -pkgrel=0 -pkgdesc="Linux tool to show progress for cp, rm, dd, ..." -url="https://github.com/Xfennec/cv" -arch="all" -license="GPL3" -depends="ncurses-dev" -depends_dev="" -makedepends="$depends_dev" -install="" -subpackages= -source="http://github.com/Xfennec/$pkgname/archive/v$pkgver.tar.gz" - -_builddir=$srcdir/$pkgname-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - make -} - -package() { - cd "$_builddir" - make PREFIX=/usr DESTDIR=$pkgdir install -} - -md5sums="8ac0e1169428b23b46cf509cf30e8e5a v0.5.1.tar.gz" -sha256sums="d390a26a8db78366be8dfee93819135a106610ba7e3f6d94515c84d5803195d4 v0.5.1.tar.gz" -sha512sums="af12176cbf2806a411fb9be9709e51f59c34888689f96a46d64ecac0fc93d892673268b2a25253e46ca0dcf711325d67b94ffbe4033dbc3cf733d1a15b712863 v0.5.1.tar.gz" diff --git a/testing/cv/compress-tools.patch b/testing/cv/compress-tools.patch deleted file mode 100644 index 696064e60b..0000000000 --- a/testing/cv/compress-tools.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- cv.orig/cv.c -+++ cv/cv.c -@@ -44,7 +44,7 @@ - #include "sizes.h" - #include "hlist.h" - --char *proc_names[] = {"cp", "mv", "dd", "tar", "gzip", "gunzip", "cat", "grep", "fgrep", "egrep", "cut", "sort", NULL}; -+char *proc_names[] = {"cp", "mv", "dd", "tar", "gzip", "gunzip", "cat", "grep", "fgrep", "egrep", "cut", "sort", "cpio", "xz", "bzip2", "bunzip2", NULL}; - char *proc_specifiq = NULL; - WINDOW *mainwin; - signed char flag_quiet = 0; |