milis/talimatname/genel/c/centerim/talimat

19 lines
464 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
name=centerim
version=4.22.10
release=1
source=(http://www.centerim.org/download/releases/$name-$version.tar.gz
http://downloads.nutyx.org/files/patchs/centerim/$name-$version-gcc-1.patch)
derle() {
cd $name-$version
patch -Np1 -i ../$name-$version-gcc-1.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}