Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
8b4bc231
Commit
8b4bc231
authored
Mar 12, 2016
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rebuild neon against new openssl, new pkg
parent
e31ec2d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
neon/PKGBUILD
neon/PKGBUILD
+4
-8
No files found.
neon/PKGBUILD
View file @
8b4bc231
#
# Core packages for Chakra, part of chakra
-project
.org
# Core packages for Chakra, part of chakra
os
.org
#
# maintainer abveritas[at]chakra-project[dot]org>
# KEEP LIBTOOL FILES!
pkgname
=
neon
pkgver
=
0.
29.6
pkgrel
=
6
pkgver
=
0.
30.1
pkgrel
=
1
pkgdesc
=
"HTTP and WebDAV client library with a C interface"
arch
=(
'x86_64'
)
license
=(
'GPL'
'LGPL'
)
depends
=(
'krb5'
'expat'
'ca-certificates'
)
url
=
"http://www.webdav.org/neon/"
source
=(
"http://www.webdav.org/neon/
${
pkgname
}
-
${
pkgver
}
.tar.gz"
)
md5sums
=(
'
591e0c82e6979e7e615211b386b8f6bc
'
)
md5sums
=(
'
231adebe5c2f78fded3e3df6e958878e
'
)
build
()
{
cd
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
...
...
@@ -21,8 +19,6 @@ build() {
--with-expat
--enable-shared
--disable-static
\
--with-ssl
=
openssl
--with-ca-bundle
=
/etc/ssl/certs/ca-certificates.crt
make
# fix invalid .so links in man pages
sed
-i
'/^\.so/s|\.so \([^.]\+\)\.\([[:digit:]]\)|.so man\2/\1.\2|'
doc/man/
*
}
package
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment