123456789101112131415161718192021222324 |
- # 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
- }
|