summaryrefslogtreecommitdiff
path: root/libesmtp
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-06-18 13:53:42 +1000
committerDanny Rawlins <monster.romster@gmail.com>2017-06-18 13:53:42 +1000
commit2cde846b853b701b71a638dfcbc612f4810d9d17 (patch)
tree967821d0c88e50ba5b99ed3e6fc66cf2995bc568 /libesmtp
parent9f1fb5616f225346f46a9fd8999e3a12c16da691 (diff)
downloadopt-2cde846b853b701b71a638dfcbc612f4810d9d17.tar.gz
opt-2cde846b853b701b71a638dfcbc612f4810d9d17.tar.xz
libesmtp: fix missing source
Diffstat (limited to 'libesmtp')
-rw-r--r--libesmtp/.signature4
-rw-r--r--libesmtp/Pkgfile3
2 files changed, 4 insertions, 3 deletions
diff --git a/libesmtp/.signature b/libesmtp/.signature
index 6a0a948ca..c420440a7 100644
--- a/libesmtp/.signature
+++ b/libesmtp/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/dgBRrIMbUpkVlAmKWnovZbuZ0vPBzLjU4qL2vaZcskYGxmYrCTSsdlFVp2GTMMORl5eUpBjEu5rMCIOTRbv7AQ=
-SHA256 (Pkgfile) = 287e6970a4493cc705284070f23601771d3893c6cd04596dd662474c2135c57a
+RWSE3ohX2g5d/fEp8ApKMUhfb2Q0vWRPq+jpW9xjBQ3Pz/43ACSczvgLme9QITWoBofU1uf4+XFn/z1JTyWscFYe6y4HbX7/8gk=
+SHA256 (Pkgfile) = 8832fb9a0ffbfca5e291c84a49158d01f819ebbec6292d1e5af3b6f35fd712d7
SHA256 (.footprint) = 0ab43d99a738ede6695a94f8caa028e955111e634353e7d7741cc08aad8d3b68
SHA256 (libesmtp-1.0.6.tar.bz2) = d0a61a5c52d99fa7ce7d00ed0a07e341dbda67101dbed1ab0cdae3f37db4eb0b
diff --git a/libesmtp/Pkgfile b/libesmtp/Pkgfile
index f664f0ace..c1b19830a 100644
--- a/libesmtp/Pkgfile
+++ b/libesmtp/Pkgfile
@@ -7,10 +7,11 @@
name=libesmtp
version=1.0.6
release=1
-source=(http://www.stafford.uklinux.net/$name/$name-$version.tar.bz2)
+source=(http://pkgs.fedoraproject.org/repo/pkgs/$name/$name-$version.tar.bz2/bf3915e627fd8f35524a8fdfeed979c8/$name-$version.tar.bz2)
build() {
cd $name-$version
+
./configure \
--prefix=/usr \
--with-openssl=/usr \

Generated by cgit