diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-22 23:50:58 +0200 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-22 23:52:42 +0200 |
| commit | c064a9f1a9165db4b8223d68ad29f492ae93aec8 (patch) | |
| tree | dd5e1b18c34c71f83bf49f296bb6737309307c50 /testing | |
| parent | aed1a45f7ef966d66fd9feb8adb03f4c183010ef (diff) | |
| download | aports-c064a9f1a9165db4b8223d68ad29f492ae93aec8.tar.bz2 aports-c064a9f1a9165db4b8223d68ad29f492ae93aec8.tar.xz | |
community/evolution-ews: move from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/evolution-ews/APKBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/evolution-ews/APKBUILD b/testing/evolution-ews/APKBUILD deleted file mode 100644 index 38c1b691cc..0000000000 --- a/testing/evolution-ews/APKBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=evolution-ews -pkgver=3.34.0 -pkgrel=0 -pkgdesc="MS Exchange integration through Exchange Web Services" -url="https://wiki.gnome.org/Apps/Evolution/EWS" -arch="all" -license="LGPL-2.1-or-later" -depends="evolution" -makedepends="cmake - gtk-doc intltool glib-dev gettext-dev gnome-common - evolution-data-server-dev evolution-dev libmspack-dev" -subpackages="$pkgname-lang" -source="https://download.gnome.org/sources/evolution-ews/${pkgver%.*}/evolution-ews-$pkgver.tar.xz" - -build() { - mkdir -p "$builddir"/build - cd "$builddir"/build - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - .. - make -} - -package() { - cd "$builddir"/build - make DESTDIR="$pkgdir" install -} - -sha512sums="c9c12fd92c4c977d0ee87e2196b3a25481a50bcf385c410092f14969e47772cd2dda65cf725a09c1f45e346919af8bddbf2700f8f3a27ed759f038e10fa61ba9 evolution-ews-3.34.0.tar.xz" |
