milis/talimatname/genel/c/centerim/talimat

20 lines
468 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.

# Tanım: SSH uzerinden kullanibilen guclu bir iletisim araci
# URL: http://www.centerim.org/
# Paketçi: milisarge
# Gerekler: curl
# Grup: ağ
isim=centerim
surum=4.22.10
devir=1
kaynak=(http://www.centerim.org/download/releases/$isim-$surum.tar.gz
http://downloads.nutyx.org/files/patchs/centerim/$isim-$surum-gcc-1.patch)
derle() {
cd $isim-$surum
patch -Np1 -i ../$isim-$surum-gcc-1.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}