
Untitled
By: a guest on
Sep 20th, 2010 | syntax:
None | size: 0.83 KB | hits: 251 | expires: Never
# Contributor: 4javier
pkgname=cairo-dock
pkgver=2.2.0
subversion=2
pkgrel=1
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."
url="https://launchpad.net/cairo-dock-core"
license="GPL"
arch=('i686' 'x86_64')
depends=('cairo' 'librsvg' 'dbus-glib' 'gtkglext')
makedepends=('autoconf' 'intltool' 'automake' 'libtool' 'pkgconfig' 'gettext' 'inputproto')
options=('!libtool')
source=(http://launchpad.net/$pkgname-core/2.2/$pkgver/+download/$pkgname-$pkgver-$subversion.tar.gz)
build() {
cd $srcdir/$pkgname-$pkgver-$subversion
mkdir build && cd build ||return 1
cmake .. -DCMAKE_INSTALL_PREFIX=/usr || return 1
make ||return 1
make install DESTDIR=$pkgdir ||return 1
}
md5sums=('47ccc274a992d81cecc2183e50fc839f')