milis/talimatname/genel/xfce4-mailwatch-plugin/talimat

24 lines
680 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: Periyodik olarak postaları kontrol etmek için konforlu, çok parçacıklı, çoklu posta kutusu, çok protokollü eklenti.
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin
# Packager: milisarge
# Depends on: xfce4-panel gnutls libgcrypt intltool perl-xml-parser xfce4-libui
name=xfce4-mailwatch-plugin
version=1.2.0
release=1
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd "$SRC/$name-$version"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-debug
make
make DESTDIR="$PKG" install
}