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

24 lines
673 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Periyodik olarak postaları kontrol etmek için konforlu, çok parçacıklı, çoklu posta kutusu, çok protokollü eklenti.
2016-03-02 16:12:51 +01:00
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: xfce4-panel gnutls libgcrypt intltool perl-xml-parser xfce4-libui
2016-03-02 16:12:51 +01:00
name=xfce4-mailwatch-plugin
version=1.2.0
release=1
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
2017-10-27 23:59:41 +02:00
derle() {
2016-03-02 16:12:51 +01:00
cd "$SRC/$name-$version"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-debug
make
make DESTDIR="$PKG" install
}