* update partimage to 0.6.9-15
This commit is contained in:
parent
e894933487
commit
6b3fe689d9
27
partimage/.SRCINFO
Normal file
27
partimage/.SRCINFO
Normal file
@ -0,0 +1,27 @@
|
||||
pkgbase = partimage
|
||||
pkgdesc = Partition Image saves partitions in many formats to an image file.
|
||||
pkgver = 0.6.9
|
||||
pkgrel = 15
|
||||
url = https://www.partimage.org/
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
depends = libnewt
|
||||
depends = bzip2
|
||||
depends = openssl
|
||||
backup = etc/partimaged/partimagedusers
|
||||
source = https://downloads.sourceforge.net/partimage/partimage-0.6.9.tar.bz2
|
||||
source = partimage-0.6.9-zlib-1.2.6.patch
|
||||
source = use-SSLv3-by-default.patch
|
||||
source = partimage-build-fix.patch
|
||||
source = partimaged-gencrt
|
||||
source = partimaged.service
|
||||
source = partimage.sysusers
|
||||
sha256sums = 753a6c81f4be18033faed365320dc540fe5e58183eaadcd7a5b69b096fec6635
|
||||
sha256sums = 9d6aa1a37647349aa70f89ab134574c1750e70c6904baa30211f965f35f42b9c
|
||||
sha256sums = 1b35697e349e5baca2a0d57d04d2a90f8dacfbf69b0bfb1d8661d9f08cead1fd
|
||||
sha256sums = b228103401a0e62158234d7a2f69cab237624c4f352a492a6c8bf629d7e124d3
|
||||
sha256sums = 4c14d9fb10d994e04887d774e4c530ec92c99e32adf727e439ffdf6333886359
|
||||
sha256sums = 6127a866a1b54b77b5ca7616fec1bad29ec0f394b9c5edb8209fde2b4b0552fd
|
||||
sha256sums = f8c2760fbe9bab5be0069248b53a0352bb08d399060084f67e4bb5112343623b
|
||||
|
||||
pkgname = partimage
|
@ -1,4 +1,3 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Lukas Fleischer <lfleischer@archlinux.org>
|
||||
# Contributor: Roman Kyrylych <roman@archlinux.org>
|
||||
# Contributor: Sven Kauber <celeon@gmail.com>
|
||||
@ -7,7 +6,7 @@
|
||||
|
||||
pkgname=partimage
|
||||
pkgver=0.6.9
|
||||
pkgrel=14
|
||||
pkgrel=15
|
||||
pkgdesc='Partition Image saves partitions in many formats to an image file.'
|
||||
arch=(x86_64 powerpc64le powerpc64 power riscv64)
|
||||
url='https://www.partimage.org/'
|
||||
@ -46,8 +45,7 @@ build() {
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--sbindir=/usr/bin \
|
||||
--enable-pam \
|
||||
--build=${CHOST}
|
||||
--enable-pam
|
||||
|
||||
make
|
||||
make pamfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user