milis/talimatname/genel/telepathy-idle/talimat

19 lines
420 B
Plaintext
Raw Normal View History

2017-04-18 12:45:49 +02:00
# Description: Telepati için bir IRC bağlantı yöneticisi
2016-02-24 01:27:23 +01:00
# URL: http://telepathy.freedesktop.org/
2016-07-23 00:37:59 +02:00
# Packager: alihan-ozturk28@hotmail.com
2016-02-24 01:27:23 +01:00
# Depends on: telepathy-glib
name=telepathy-idle
version=0.1.16
release=1
2016-07-23 00:37:59 +02:00
source=(http://telepathy.freedesktop.org/releases/$name/$name-$version.tar.gz)
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
2016-07-23 00:37:59 +02:00
--libexecdir=/usr/lib/telepathy
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
}