milis/talimatname/genel/b/bitchx/talimat

19 lines
446 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: BitchX is an IRC (Internet Relay Chat) client.
2017-04-10 12:12:03 +02:00
# URL: http://www.bitchx.com/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
2017-12-22 23:19:06 +01:00
# Gerekler:
# Grup: ağ
2017-04-10 12:12:03 +02:00
2017-10-28 14:10:23 +02:00
isim=bitchx
surum=1.2.1
devir=1
kaynak=(http://www.bitchx.com/download/$isim-$surum.tar.gz)
2017-04-10 12:12:03 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-04-10 12:12:03 +02:00
./configure --exec_prefix=/usr --prefix=/usr --enable-ipv6 --with-plugins --with-ssl --mandir=/usr/share/
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/lib/bx/{help/README_FIRST.bz2}
}