summaryrefslogtreecommitdiff
path: root/community/partimage/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-25 23:15:06 +0000
committerroot <root@rshg054.dnsready.net>2012-02-25 23:15:06 +0000
commite4a5730eb358cb0d78bc022204ddccac068c2bf2 (patch)
tree8dc9d2ac6b1313cb68be1a6c8b51500397f8b225 /community/partimage/PKGBUILD
parent299e917c17619f800f0c21cf43209065b608223f (diff)
Sat Feb 25 23:15:06 UTC 2012
Diffstat (limited to 'community/partimage/PKGBUILD')
-rw-r--r--community/partimage/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/partimage/PKGBUILD b/community/partimage/PKGBUILD
index d3923a9a3..a8c3178b5 100644
--- a/community/partimage/PKGBUILD
+++ b/community/partimage/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 42823 2011-03-21 09:06:51Z lfleischer $
+# $Id: PKGBUILD 66450 2012-02-25 01:26:42Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: Sven Kauber <celeon@gmail.com>
@@ -7,7 +7,7 @@
pkgname=partimage
pkgver=0.6.9
-pkgrel=1
+pkgrel=2
pkgdesc='Partition Image saves partitions in many formats to an image file.'
arch=('i686' 'x86_64')
url='http://www.partimage.org/'
@@ -16,15 +16,19 @@ depends=('libnewt' 'lzo' 'bzip2' 'openssl')
backup=('etc/partimaged/partimagedusers')
install='partimage.install'
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+ 'partimage-0.6.9-zlib-1.2.6.patch'
'partimaged'
'partimaged-gencrt')
md5sums=('1bc046fd915c5debbafc85729464e513'
+ '202c4334766041d98c5f67c9d62c3063'
'f3b517a62de5540f3b1a8b7edf65b7ec'
'2316b116227b07efb48266e660ca1ba1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -p1 -i ../partimage-0.6.9-zlib-1.2.6.patch
+
./configure --prefix=/usr --sysconfdir=/etc --enable-pam
make
make pamfile