milis/talimatname/genel/l/libesmtp/talimat

20 lines
461 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: Bazı programlar tarafından posta aktarım katmanına e-posta göndermeyi yönetmek için kullanılan kitaplıklar.
# URL: http://www.stafford.uklinux.net/libesmtp/
# Paketçi: milisarge
# Gerekler:
isim=libesmtp
surum=1.0.6
devir=1
kaynak=( http://www.stafford.uklinux.net/$isim/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr\
--mandir=/usr/share/man\
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
}