# Depends on: gtk3 gdk-pixbuf pango cairo

description="GNOME Docking Libraries"
url="http://www.gnome.org/"
packager="fanch <fanch@nutyx.org>"
contributors="Tnut, Jayce"

name=gdl
version=3.28.0

source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
cd $name-$version
./configure --prefix=/usr --disable-static
  make
make DESTDIR=$PKG install
}
