Advertisement
timcowchip

mailplugin Pkgfile

Dec 9th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. # Description: Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel
  2. # URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin
  3. # Packager: Chris Farrell, timcowchip at gmail dot com
  4. # Maintainer: Chris Farrell, timcowchip at gmail dot com
  5. # Depends on: xfce4-panel gnutls libgcrypt intltool perl-xml-parser xfce4-libui
  6.  
  7. name=xfce4-mailwatch-plugin
  8. version=1.2.0
  9. release=1
  10.  
  11. source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
  12.  
  13. build() {
  14. cd "$SRC/$name-$version"
  15.  
  16. ./configure \
  17. --prefix=/usr \
  18. --sysconfdir=/etc \
  19. --libexecdir=/usr/lib \
  20. --localstatedir=/var \
  21. --disable-debug
  22. make
  23. make DESTDIR="$PKG" install
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement