milis/talimatname/genel/e/epic5/talimat

23 lines
590 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: Programlanabilir ircII istemci
# URL: http://www.epicsol.org/
# Paketçi: milisarge
# Gerekler: tcl
# Grup: ağ
isim=epic5
surum=2.0.1
devir=1
kaynak=(http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/epic5-$surum.tar.gz)
derle() {
cd "$SRC/$isim-$surum"
## ICONV problem
unset CPPFLAGS
./configure --prefix=/usr \
--with-ssl --with-ipv6 --with-perl --with-tcl
make -j1
make prefix="$PKG/usr" libexecdir="$PKG/usr/bin" \
mandir="$PKG/usr/share/man" infodir="/usr/share/info" install
install -Dm644 COPYRIGHT "$PKG/usr/share/licenses/$isim/COPYRIGHT"
}