Deleted package: clonezilla-unstable
Package deleted in AUR
This commit is contained in:
parent
08d78941a3
commit
c1fdaa428b
3 changed files with 0 additions and 82 deletions
|
|
@ -1,37 +0,0 @@
|
|||
pkgbase = clonezilla-unstable
|
||||
pkgdesc = ncurses partition and disk imaging/cloning program
|
||||
pkgver = 5.13.22
|
||||
pkgrel = 1
|
||||
url = https://clonezilla.org
|
||||
arch = any
|
||||
license = GPL-2.0-or-later
|
||||
depends = drbl
|
||||
depends = partclone
|
||||
depends = ntfs-3g
|
||||
depends = partimage
|
||||
depends = pigz
|
||||
depends = sshfs
|
||||
depends = parted
|
||||
depends = gptfdisk
|
||||
depends = dosfstools
|
||||
depends = gzip
|
||||
depends = bzip2
|
||||
depends = pbzip2
|
||||
depends = lbzip2
|
||||
depends = lrzip
|
||||
depends = xz
|
||||
depends = pixz
|
||||
depends = lzop
|
||||
depends = ecryptfs-utils
|
||||
depends = screen
|
||||
depends = perl
|
||||
depends = cifs-utils
|
||||
provides = clonezilla
|
||||
conflicts = clonezilla
|
||||
backup = etc/drbl/drbl-ocs.conf
|
||||
source = https://gitlab.com/stevenshiau/clonezilla/-/archive/v5.13.22/clonezilla-v5.13.22.tar.gz
|
||||
source = usrbin.patch
|
||||
sha512sums = eb8611d10e0a4beac75cb9f2b5299f1d89cc79baad1d87d7abdf492cd99a9992168700c9c9cecaa82f418c3d6b366bcaf0d89ccaa3744dd184fd407985510beb
|
||||
sha512sums = 39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac
|
||||
|
||||
pkgname = clonezilla-unstable
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
||||
|
||||
pkgname=clonezilla-unstable
|
||||
_pkgname=clonezilla
|
||||
pkgver=5.13.22
|
||||
pkgrel=1
|
||||
pkgdesc="ncurses partition and disk imaging/cloning program"
|
||||
arch=('any')
|
||||
url="https://clonezilla.org"
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
|
||||
'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
|
||||
'xz' 'pixz' 'lzop' 'ecryptfs-utils' 'screen' 'perl' 'cifs-utils')
|
||||
backup=('etc/drbl/drbl-ocs.conf')
|
||||
conflicts=("${_pkgname}")
|
||||
provides=("${_pkgname}")
|
||||
source=("https://gitlab.com/stevenshiau/clonezilla/-/archive/v${pkgver}/${_pkgname}-v${pkgver}.tar.gz"
|
||||
'usrbin.patch')
|
||||
sha512sums=('eb8611d10e0a4beac75cb9f2b5299f1d89cc79baad1d87d7abdf492cd99a9992168700c9c9cecaa82f418c3d6b366bcaf0d89ccaa3744dd184fd407985510beb'
|
||||
'39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac')
|
||||
|
||||
prepare() {
|
||||
cd "${_pkgname}-v${pkgver}"
|
||||
|
||||
patch -Np0 -i "${srcdir}/usrbin.patch"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${_pkgname}-v${pkgver}"
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
--- Makefile.orig 2013-05-30 17:42:49.851418658 +0100
|
||||
+++ Makefile 2013-05-30 17:44:41.157482402 +0100
|
||||
@@ -18,8 +18,8 @@
|
||||
|
||||
install:
|
||||
# install exec files
|
||||
- install -d ${DESTDIR}/usr/
|
||||
- cp -a sbin bin ${DESTDIR}/usr/
|
||||
+ install -d ${DESTDIR}/usr/bin
|
||||
+ cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
|
||||
|
||||
# install setup dir
|
||||
install -d $(DESTDIR)/$(SHAREDIR)/
|
||||
Loading…
Add table
Add a link
Reference in a new issue