Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=76d382d9967b581edc1375f98222a63473cc103c

commit 76d382d9967b581edc1375f98222a63473cc103c
Author: crazy <cr...@frugalware.org>
Date:   Mon Jan 22 16:56:45 2018 +0100

botan-1.10.17-1-x86_64

* Version bump
* project moved to github

diff --git a/source/lib/botan/FrugalBuild b/source/lib/botan/FrugalBuild
index 87d4294..973daa7 100644
--- a/source/lib/botan/FrugalBuild
+++ b/source/lib/botan/FrugalBuild
@@ -4,18 +4,17 @@
# Contributor: Miklos Vajna <vmik...@frugalware.org>

pkgname=botan
-pkgver=1.10.15
+pkgver=1.10.17
pkgrel=1
pkgdesc="Crypto library written in C++"
url="http://botan.randombit.net/";
depends=('libstdc++' 'bzip2' 'openssl' 'gmp' 'zlib')
groups=('lib')
archs=("x86_64")
-_F_archive_name="Botan"
-_F_archive_grepv="1.9" # dev versions
-up2date="Flastarchive http://botan.randombit.net/download.html .tgz"
-source=(http://botan.randombit.net/releases/Botan-$pkgver.tgz)
-sha1sums=('2fb9c5798f1157fff830b4aeeacffac4b659864d')
+_F_github_author="randombit"
+_F_github_tag="yes"
+Finclude github
+sha1sums=('5da1ca46fd451f55ede0b0f5774cda9d1aa135e5')
options+=('force')

build()
@@ -27,8 +26,8 @@ build()
--cc=gcc \
--os=linux \
--enable-modules=gnump,bzip2,zlib,openssl || Fdie
-       make || Fdie
-       make DESTDIR=$Fdestdir/usr install || Fdie
+       Fexec make || Fdie
+       Fexec make DESTDIR=$Fdestdir/usr install || Fdie
}

# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to