Add 'clonezilla-unstable/' from commit '9933b6954e
'
git-subtree-dir: clonezilla-unstable git-subtree-mainline:af8a24ac62
git-subtree-split:9933b6954e
This commit is contained in:
commit
95ad33ffed
3 changed files with 82 additions and 0 deletions
32
clonezilla-unstable/PKGBUILD
Normal file
32
clonezilla-unstable/PKGBUILD
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
||||
|
||||
pkgname=clonezilla-unstable
|
||||
_pkgname=clonezilla
|
||||
pkgver=5.2.6
|
||||
pkgrel=1
|
||||
pkgdesc="ncurses partition and disk imaging/cloning program"
|
||||
arch=('any')
|
||||
url="https://clonezilla.org"
|
||||
license=('GPL2')
|
||||
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://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz"
|
||||
'usrbin.patch')
|
||||
sha256sums=('d5f3582921832555174133d033814879c6fd2b81bff837e876efb1f838109791'
|
||||
'9340f18b27a1b3b41c4935c5831f6503e4cadf333f03433769906da40a6e38e6')
|
||||
|
||||
prepare() {
|
||||
cd "${_pkgname}-${pkgver}"
|
||||
|
||||
patch -Np0 -i "${srcdir}/usrbin.patch"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${_pkgname}-${pkgver}"
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue