[arch-commits] Commit in partimage/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Thu Mar 2 19:01:39 UTC 2017


    Date: Thursday, March 2, 2017 @ 19:01:38
  Author: lfleischer
Revision: 214577

upgpkg: partimage 0.6.9-10

Switch to openssl-1.0.

Modified:
  partimage/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-02 18:57:44 UTC (rev 214576)
+++ PKGBUILD	2017-03-02 19:01:38 UTC (rev 214577)
@@ -6,12 +6,12 @@
 
 pkgname=partimage
 pkgver=0.6.9
-pkgrel=9
+pkgrel=10
 pkgdesc='Partition Image saves partitions in many formats to an image file.'
 arch=('i686' 'x86_64')
 url='http://www.partimage.org/'
 license=('GPL')
-depends=('libnewt' 'bzip2' 'openssl')
+depends=('libnewt' 'bzip2' 'openssl-1.0')
 backup=('etc/partimaged/partimagedusers')
 install='partimage.install'
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
@@ -35,7 +35,14 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-pam
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --sbindir=/usr/bin \
+    --with-ssl-lib='/usr/lib/openssl-1.0' \
+    --with-ssl-headers='/usr/include/openssl-1.0' \
+    --enable-pam
+
   make
   make pamfile
 }



More information about the arch-commits mailing list