diff --git a/srcpkgs/pidgin-otr/template b/srcpkgs/pidgin-otr/template new file mode 100644 index 0000000000..5a3e0870de --- /dev/null +++ b/srcpkgs/pidgin-otr/template @@ -0,0 +1,19 @@ +# Template file for 'pidgin-otr' +pkgname=pidgin-otr +version=4.0.0 +revision=1 +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="Juan RP " +license="GPL-2" +homepage="http://www.cypherpunks.ca/otr/" +distfiles="http://www.cypherpunks.ca/otr/${pkgname}-${version}.tar.gz" +checksum=d56b3f092dbe9ee6597641c7d2dd294884dc04ba47aaf4ec571cd54977df4691 + +pidgin-otr_package() { + pkg_install() { + vmove all + } +}