summaryrefslogtreecommitdiffstats
path: root/main/roundcubemail/APKBUILD
blob: 1c30c6caca7f354a3956b55c8ae4d7241b9b25d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=roundcubemail
pkgver=0.3.1
pkgrel=1
pkgdesc="A PHP web-based mail client"
url="http://www.roundcube.net"
license="GPL"
depends="php php-imap php-xml"
makedepends=""
source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"

build ()
{
	_instdir="$pkgdir"/usr/share/webapps/roundcube
	mkdir -p "${_instdir}"
	cd "${_instdir}"
	cp -ra "$srcdir"/roundcubemail-$pkgver/* .
}
md5sums="34e8e18772e7eada8769b6c5c20f7c8e  roundcubemail-0.3.1.tar.gz"