talimat 680 B

123456789101112131415161718192021222324
  1. # Description: Periyodik olarak postaları kontrol etmek için konforlu, çok parçacıklı, çoklu posta kutusu, çok protokollü eklenti.
  2. # URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin
  3. # Packager: milisarge
  4. # Depends on: xfce4-panel gnutls libgcrypt intltool perl-xml-parser xfce4-libui
  5. name=xfce4-mailwatch-plugin
  6. version=1.2.0
  7. release=1
  8. source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
  9. build() {
  10. cd "$SRC/$name-$version"
  11. ./configure \
  12. --prefix=/usr \
  13. --sysconfdir=/etc \
  14. --libexecdir=/usr/lib \
  15. --localstatedir=/var \
  16. --disable-debug
  17. make
  18. make DESTDIR="$PKG" install
  19. }