aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2018-07-01 15:58:18 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-13 14:52:43 +0000
commite8a78b01f3ce96bfc207eafb888d9716a282fc97 (patch)
tree98f70f7620e2217b6eb8d00ff6ef9620909851ee /testing
parent324c758823af605aee815c5234fb5427fbe3eb45 (diff)
downloadaports-e8a78b01f3ce96bfc207eafb888d9716a282fc97.tar.bz2
aports-e8a78b01f3ce96bfc207eafb888d9716a282fc97.tar.xz
testing/libpurple-carbons: Moved to unmaintained
Diffstat (limited to 'testing')
-rw-r--r--testing/libpurple-carbons/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/libpurple-carbons/APKBUILD b/testing/libpurple-carbons/APKBUILD
deleted file mode 100644
index b1257135fc..0000000000
--- a/testing/libpurple-carbons/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Marian <marian.buschsieweke@ovgu.de>
-# Maintainer: Marian <marian.buschsieweke@ovgu.de>
-pkgname=libpurple-carbons
-pkgver=0.1.3
-pkgrel=0
-pkgdesc="Experimental XEP-0280: Message Carbons plugin for libpurple"
-url="https://github.com/gkdr/carbons"
-arch="all"
-license="GPL"
-depends="libpurple libpurple-xmpp"
-makedepends="glib-dev pidgin-dev libxml2-dev"
-subpackages=""
-source="${pkgname}-${pkgver}.tar.gz::https://github.com/gkdr/carbons/archive/v${pkgver}.tar.gz"
-options="!check"
-builddir="${srcdir}/carbons-${pkgver}"
-
-build() {
- cd "$builddir"
- make
-}
-
-package() {
- cd "$builddir"
- make PURPLE_PLUGIN_DIR="${pkgdir}/usr/lib/purple-2/" install
-}
-
-sha512sums="3aacbac2f9326e4e11c06d23da3ef5ef0ceee1c1789b9bdb039d344e94088e9ab35123e099fe75ea5e4f48da1ad4cb3fb048b0705ef1053f712d4875a4c61b51 libpurple-carbons-0.1.3.tar.gz"