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

Untitled

By: a guest on Sep 20th, 2010  |  syntax: None  |  size: 0.83 KB  |  hits: 251  |  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. # Contributor: 4javier
  2.  
  3. pkgname=cairo-dock
  4. pkgver=2.2.0
  5. subversion=2
  6. pkgrel=1
  7. pkgdesc="A light eye-candy fully themable animated dock for any Linux desktop. It has a family-likeness with OSX dock, but with more options."
  8. url="https://launchpad.net/cairo-dock-core"
  9. license="GPL"
  10. arch=('i686' 'x86_64')
  11. depends=('cairo' 'librsvg' 'dbus-glib' 'gtkglext')
  12. makedepends=('autoconf' 'intltool' 'automake' 'libtool' 'pkgconfig' 'gettext' 'inputproto')
  13. options=('!libtool')
  14. source=(http://launchpad.net/$pkgname-core/2.2/$pkgver/+download/$pkgname-$pkgver-$subversion.tar.gz)
  15.  
  16.  
  17.  
  18. build() {
  19.   cd $srcdir/$pkgname-$pkgver-$subversion
  20.  
  21.   mkdir build && cd build ||return 1
  22.   cmake .. -DCMAKE_INSTALL_PREFIX=/usr || return 1
  23.   make ||return 1
  24.   make install DESTDIR=$pkgdir ||return 1
  25. }
  26.  
  27.  
  28. md5sums=('47ccc274a992d81cecc2183e50fc839f')