20 lines
434 B
Plaintext
20 lines
434 B
Plaintext
# Tanım: Akış motorunu kullanmak için bir telepatik arka plan.
|
||
# URL: http://telepathy.freedesktop.org/
|
||
# Paketçi: alihan-ozturk28@hotmail.com
|
||
# Gerekler: farstream telepathy-glib
|
||
# Grup: sistem ağ
|
||
|
||
isim=telepathy-farstream
|
||
surum=0.6.0
|
||
devir=1
|
||
|
||
kaynak=(http://telepathy.freedesktop.org/releases/$isim/$isim-$surum.tar.gz)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
./configure --prefix=/usr \
|
||
--disable-static
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|