mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
37 lines
858 B
Text
37 lines
858 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=pidgin-otr
|
|
pkgver=4.0.2
|
|
pkgrel=1
|
|
pkgdesc="Off The Record Messaging, an encryption plugin for pidgin to provide secure IM conversations"
|
|
url="http://otr.cypherpunks.ca/"
|
|
arch="all"
|
|
license="GPL-2.0-only"
|
|
depends="pidgin"
|
|
makedepends="libotr-dev gtk+-dev intltool pidgin-dev"
|
|
subpackages="$pkgname-lang"
|
|
source="https://www.cypherpunks.ca/otr/$pkgname-$pkgver.tar.gz"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
|
|
update_config_sub
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--localstatedir=/var
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
6815f1d2be5786726602a924ae6ead5371543a53bd36231dc3239fa580f73a6136836df0c1beb64d83b76e6bd0d80ffe6750ca6e9ddd2a6a94841a9a678925ad pidgin-otr-4.0.2.tar.gz
|
|
"
|