aboutsummaryrefslogtreecommitdiffstats
path: root/testing/silc-client/APKBUILD
blob: 46f77bf2602686b2e29e829ced580a8f47317e84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Contributor: Johannes Matheis <jomat+alpinebuild@jmt.gr>
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
pkgname=silc-client
pkgver=1.1.11
pkgrel=3
pkgdesc="Secure Internet Live Conferencing - client"
url="http://silcnet.org/"
arch="all"
license="GPL"
depends=""
depends_dev="glib-dev libressl-dev perl-dev ncurses-dev"
makedepends="$depends_dev file"
install=""
subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/project/silc/silc/client/sources/${pkgname}-${pkgver}.tar.gz"

_builddir="$srcdir/${pkgname}-${pkgver}"
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	./configure --prefix=/usr
	make
}

package() {
	cd "$_builddir"
	make DESTDIR=$pkgdir install
	rm $pkgdir/usr/lib/perl5/core_perl/perllocal.pod
}

md5sums="9c025a158e8a92740ca3abcc2c648d4b  silc-client-1.1.11.tar.gz"
sha256sums="8cedf2f3c15322296afe094de60504bc27e349f1942713a2f322c7ef6ad5089e  silc-client-1.1.11.tar.gz"
sha512sums="185cd687a155fbbfbb65877438c2ad099d6795451d443d4d826d47469d312fa9f82035999d1cdf80f24eac2df45a10e88ddf095dc5acda70a31c61a4abb1cdb2  silc-client-1.1.11.tar.gz"