alez

libindicator3 for xfce-indicator

Sep 8th, 2011
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. # Maintainer: mathieui <mathieui(AT)mathieui(DOT)net>
  2. # Contributor: alez
  3.  
  4. pkgname=libindicator
  5. pkgver=0.3.22
  6. _pkgbranch=0.3
  7. pkgrel=1
  8. pkgdesc="A set of symbols and convience functions that all indicators would like to use. (Canonical Ayatana Project)"
  9. arch=('i686' 'x86_64')
  10. url="http://launchpad.net/libindicator/"
  11. license=('GPL')
  12. makedepends=('make' 'autoconf')
  13. depends=('gnome-common')
  14. source=(http://launchpad.net/libindicator/0.3/0.3.22/+download/libindicator-0.3.22.tar.gz)
  15. md5sums=('9cbd9724375718dd06b86ac3d668e548')
  16.  
  17. build() {
  18. cd "$srcdir"/$pkgname-$pkgver
  19. ./configure --prefix=/usr --disable-static
  20. make
  21. }
  22.  
  23. package() {
  24. cd "$srcdir"/$pkgname-$pkgver
  25. make DESTDIR="$pkgdir" install
  26. }
Advertisement
Add Comment
Please, Sign In to add comment