void-packages/srcpkgs/pidgin-otr/template

19 lines
608 B
Bash

# Template file for 'pidgin-otr'
pkgname=pidgin-otr
version=4.0.2
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="pidgin-devel libgcrypt-devel libotr-devel"
short_desc="Off-the-Record Messaging plugin for Pidgin IM"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://www.cypherpunks.ca/otr/"
distfiles="http://www.cypherpunks.ca/otr/${pkgname}-${version}.tar.gz"
checksum=f4b59eef4a94b1d29dbe0c106dd00cdc630e47f18619fc754e5afbf5724ebac4
lib32disabled=yes
post_patch() {
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
}