milis/talimatname/genel/gmime/talimat

21 lines
530 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.

# Description: Çok Amaçlı Internet Posta Uzantısı'nı kullanarak ileti ayrıştırma ve oluşturma araçları
# URL: http://spruce.sourceforge.net/gmime
# Packager: milisarge
# Depends on: glib libgpg-error
name=gmime
version=2.6.20
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/gmime/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}