milis/talimatname/genel/libotr/talimat

19 lines
428 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: OTR mesajlaşma, sohbet mesajı üzerinden özel konuşmalar yapmanıza olanak tanır.
# URL: http://www.cypherpunks.ca/otr/
# Packager: milisarge
# Depends on: libusb libgcrypt
name=libotr
version=4.1.1
release=1
source=( https://otr.cypherpunks.ca/$name-$version.tar.gz)
build(){
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}