summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Smith2019-06-11 12:36:35 +1000
committerPhillip Smith2019-06-11 12:36:35 +1000
commit3e9e5804a550a8aad9b3dbdfd711a3e2055c45a1 (patch)
tree72e15a9a896b0daa9a1a04c45fb7e58cc094f050
parentbe4d18f0ae4fecda28df1b1f3322c570025c69c6 (diff)
downloadaur-3e9e5804a550a8aad9b3dbdfd711a3e2055c45a1.tar.gz
update to openssl-1.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83f6d166b9fb..0a16d848dc46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Tue Apr 18 04:03:39 UTC 2017
pkgbase = dump
pkgdesc = Standard *nix for performing backups to tapedrive from ext2 and ext3 filesystems
pkgver = 0.4b46
- pkgrel = 1
+ pkgrel = 2
url = http://dump.sourceforge.net/
arch = i686
arch = x86_64
@@ -11,6 +9,7 @@ pkgbase = dump
makedepends = autoconf
makedepends = automake
makedepends = pkg-config
+ makedepends = openssl-1.0
depends = e2fsprogs
source = http://downloads.sourceforge.net/dump/dump-0.4b46.tar.gz
md5sums = 4c463f797e7e8a1112fabf5cbf8e1855
diff --git a/PKGBUILD b/PKGBUILD
index 9e89206205aa..81d0defc047b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
# Maintainer: Phillip Smith <pkgbuild@phs.id.au>
-# http://github.com/fukawi2/aur-packages
# Contributor: gregor <gregor@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
@@ -15,19 +14,21 @@
pkgname=dump
pkgver=0.4b46
-pkgrel=1
+pkgrel=2
pkgdesc="Standard *nix for performing backups to tapedrive from ext2 and ext3 filesystems"
arch=('i686' 'x86_64')
url="http://dump.sourceforge.net/"
license=('BSD')
depends=('e2fsprogs')
-makedepends=('autoconf' 'automake' 'pkg-config')
+makedepends=('autoconf' 'automake' 'pkg-config' 'openssl-1.0')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('4c463f797e7e8a1112fabf5cbf8e1855')
build() {
cd "$srcdir"/$pkgname-$pkgver
+ PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
+ CFLAGS+=" -I/usr/include/openssl-1.0" \
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-manowner=root \
@@ -43,7 +44,7 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
-
+
make prefix="$pkgdir"/usr install
# the upstream Makefile doesn't care for --sbindir to work with