Advertisement
Guest User

Untitled

a guest
Feb 19th, 2011
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. # Maintainer: D. Can Celasun <dcelasun[at]gmail[dot]com>
  2. # Contributor: György Balló <ballogy@freestart.hu>
  3. pkgname=indicator-application
  4. pkgver=0.2.93
  5. pkgrel=1
  6. pkgdesc="A library and indicator to take menus from applications and place them in the panel."
  7. arch=('i686' 'x86_64')
  8. url="https://launchpad.net/indicator-application"
  9. license=('GPL')
  10. groups=('ayatana')
  11. depends=('libindicator>=0.3.19' 'libdbusmenu>=0.2.2')
  12. makedepends=('vala' 'gtk-sharp-2>=2.12.1' 'pygtk>=2.14.0' 'gobject-introspection')
  13. options=('!libtool')
  14. source=(http://launchpad.net/$pkgname/0.3/$pkgver/+download/$pkgname-$pkgver.tar.gz)
  15. md5sums=('69324271ada352ab5aab8a9b57afe50f')
  16.  
  17. build() {
  18. cd "$srcdir/$pkgname-$pkgver"
  19.  
  20. automake
  21. ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
  22. --disable-static \
  23. PYTHON=python2
  24. make
  25. }
  26.  
  27. package() {
  28. cd "$srcdir/$pkgname-$pkgver"
  29.  
  30. make DESTDIR="$pkgdir/" install
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement