mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/cadaver: claim maintainership, minor cleanup
This commit is contained in:
parent
0f18708d11
commit
51182271f7
@ -1,8 +1,8 @@
|
||||
# Contributor: ScrumpyJack <scrumpyjack@me.com>
|
||||
# Maintainer:
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=cadaver
|
||||
pkgver=0.23.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Cadaver is a command line webDAV client for Linux"
|
||||
url="http://webdav.org/cadaver/"
|
||||
arch="all"
|
||||
@ -18,6 +18,7 @@ _builddir=${srcdir}/${pkgname}-${pkgver}
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
update_config_sub || return 1
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
@ -28,9 +29,11 @@ prepare() {
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-ssl=openssl \
|
||||
|| return 1
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--with-ssl=openssl \
|
||||
|| return 1
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user