# Description: off-the-record encryption for pidgin # URL: http://www.cypherpunks.ca/otr/ # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: pidgin libotr name=pidgin-otr version=4.0.2 release=2 source=(http://www.cypherpunks.ca/otr/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --mandir=/usr/share/man --disable-nls make make DESTDIR=$PKG install rm -rf $PKG/usr/share/locale }