milis/talimatname/genel/i/irssi/talimat

28 lines
540 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: UNIX sistemler için terminal temelli IRC uygulaması
# URL: http://irssi.org/
# Paketçi: milisarge
# Gerekler: glib
# Grup: ağ
isim=irssi
surum=0.8.20
devir=1
kaynak=(https://github.com/irssi-import/irssi/releases/download/$surum/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-ipv6 \
--with-textui \
--with-proxy
make
make DESTDIR=$PKG install
find $PKG \
-name .packlist -or \
-name perllocal.pod -or \
-name '*.bs' -or \
-name autosplit.ix | xargs rm
}