19 lines
421 B
Plaintext
19 lines
421 B
Plaintext
# Tanım: OTR mesajlaşma, sohbet mesajı üzerinden özel konuşmalar yapmanıza olanak tanır.
|
||
# URL: http://www.cypherpunks.ca/otr/
|
||
# Paketçi: milisarge
|
||
# Gerekler: 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
|
||
}
|