Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 3rd, 2010  |  syntax: None  |  size: 0.71 KB  |  hits: 347  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. pkgname=libdbusmenu
  2. pkgbranch=0.2
  3. pkgver=0.2.7
  4. pkgrel=1
  5. pkgdesc="A small little library that was created by pulling out some common code out of indicator-applet. (Canonical Ayatana Project)"
  6. arch=('i686' 'x86_64')
  7. url="https://launchpad.net/dbusmenu"
  8. license=('GPL')
  9. depends=('glib2' 'dbus-glib' 'libxml2' 'json-glib' 'vala')
  10. makedepends=('intltool')
  11. source=(http://launchpad.net/dbusmenu/${pkgbranch}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
  12. md5sums=('49393eb41861242e083918ec679154fb')
  13.  
  14. build() {
  15.   cd "$srcdir"/$pkgname-$pkgver
  16.   ./configure --prefix=/usr --disable-static || return 1
  17.   make || return 1
  18.   make DESTDIR="$pkgdir" install || return 1
  19.  
  20.   # cleanup docs
  21.   rm -R "$pkgdir"/usr/share
  22. }