aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-05-14 13:23:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-05-14 13:23:29 +0000
commit1074307c6b2e0b19a4661ed2530daf904b00bdd0 (patch)
tree9219dc812a17b6cec9c3a2df1d488fd4dce86941 /testing
parentd7ad26082fe135113ed43eda2f8aad26182a65b3 (diff)
downloadaports-1074307c6b2e0b19a4661ed2530daf904b00bdd0.tar.bz2
aports-1074307c6b2e0b19a4661ed2530daf904b00bdd0.tar.xz
main/pidgin-otr: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/pidgin-otr/APKBUILD40
1 files changed, 0 insertions, 40 deletions
diff --git a/testing/pidgin-otr/APKBUILD b/testing/pidgin-otr/APKBUILD
deleted file mode 100644
index 2020cf907b..0000000000
--- a/testing/pidgin-otr/APKBUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=pidgin-otr
-pkgver=4.0.0
-pkgrel=0
-pkgdesc="Off The Record Messaging, an encryption plugin for pidgin to provide secure IM conversations"
-url="http://otr.cypherpunks.ca/"
-arch="all"
-license="LGPL"
-depends="pidgin"
-makedepends="libotr-dev gtk+-dev intltool pidgin-dev"
-install=
-subpackages="$pkgname-lang"
-source="http://www.cypherpunks.ca/otr/$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 || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- rm "$pkgdir"/usr/lib/pidgin/*.la || return 1
-}
-
-md5sums="eadb953376acc474e56041d4c12aa2c8 pidgin-otr-4.0.0.tar.gz"
-sha256sums="d56b3f092dbe9ee6597641c7d2dd294884dc04ba47aaf4ec571cd54977df4691 pidgin-otr-4.0.0.tar.gz"
-sha512sums="5f74da77d0c72576bb4a510b41bc70f041ab2555554b4d37376073f2edee8e1021c153cf5cc3d32bd276bdee643e9e7d881026628240a8757e5f8974c200f3d7 pidgin-otr-4.0.0.tar.gz"