summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2017-08-07 16:41:53 -0400
committerMiguel de Val-Borro2017-08-07 16:41:53 -0400
commitda7748860ef92e37342f814387e4b2acc26d7100 (patch)
tree73d3209a6309b09e8d97ff6134c47c9ca7179486
parent52d6e5eb218e5ed42712f1898c5254c379102f94 (diff)
downloadaur-da7748860ef92e37342f814387e4b2acc26d7100.tar.gz
openssl patch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
2 files changed, 18 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfd21ea34424..77abd42ed322 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Aug 7 20:41:27 UTC 2017
pkgbase = xephem
pkgdesc = The Serious Interactive Astronomical Software Ephemeris
pkgver = 3.7.7
- pkgrel = 4
+ pkgrel = 5
url = http://www.clearskyinstitute.com/xephem/xephem.html
arch = i686
arch = x86_64
@@ -10,7 +12,9 @@ pkgbase = xephem
depends = lesstif
optdepends = perl
source = http://www.clearskyinstitute.com/xephem/xephem-3.7.7.tgz
+ source = http://www.clearskyinstitute.com/xephem/contrib/xephem-3.7.7_openssl.patch
md5sums = 27c67061a89085bf2b0d4e9deb758a79
+ md5sums = 9315ccb614b9415d29115a23c314babc
pkgname = xephem
diff --git a/PKGBUILD b/PKGBUILD
index 87d3e3c1f29c..297a5ad036b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,26 @@
pkgname=xephem
pkgver=3.7.7
-pkgrel=4
+pkgrel=5
pkgdesc="The Serious Interactive Astronomical Software Ephemeris"
arch=('i686' 'x86_64')
url="http://www.clearskyinstitute.com/xephem/xephem.html"
license=("custom")
depends=(libxmu lesstif)
+optdepends=(perl openssl)
makedepends=()
optdepends=(perl)
-source=(http://www.clearskyinstitute.com/xephem/$pkgname-$pkgver.tgz)
-md5sums=('27c67061a89085bf2b0d4e9deb758a79')
+source=(http://www.clearskyinstitute.com/xephem/$pkgname-$pkgver.tgz
+http://www.clearskyinstitute.com/xephem/contrib/xephem-3.7.7_openssl.patch)
+md5sums=('27c67061a89085bf2b0d4e9deb758a79'
+'9315ccb614b9415d29115a23c314babc')
+
+prepare() {
+ cd ${srcdir}/${pkgname}-${pkgver}/GUI/$pkgname
+ chmod u+w Makefile net.h netmenu.c sunmenu.c ucac.c usno.c xephem.h
+ patch -p5 -i ../../../xephem-3.7.7_openssl.patch
+ chmod u-w Makefile net.h netmenu.c sunmenu.c ucac.c usno.c xephem.h
+}
build() {
#cd ${srcdir}/$pkgname-$pkgver/