Advertisement
Guest User

iflo0

a guest
May 14th, 2011
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. # Contributor: Ryan Coyner <rcoyner@gmail.com>
  2. # Maintainer: Nathan Owe <ndowens.aur at gmail dot com>
  3. pkgname=conky-email
  4. pkgver=2.14
  5. pkgrel=3
  6. pkgdesc="A simple script to display the count of emails in conky."
  7. arch=('i686' 'x86_64')
  8. url="https://launchpad.net/~conky-companions"
  9. license=('GPL')
  10. depends=('python')
  11. install=${pkgname}.install
  12. source=(https://launchpad.net/~conky-companions/+archive/ppa/+files/conkyemail_${pkgver}.tar.gz)
  13. md5sums=('37e4b99c626c9c354b6309ff7880db7b')
  14.  
  15. build() {
  16. cd ${srcdir}/src
  17. python setup.py build
  18. }
  19. package()
  20. {
  21. cd ${srcdir}/src
  22. python setup.py install --root=${pkgdir}
  23. install -Dm644 README ${pkgdir}/usr/share/conkyemail/README
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement