# Description: GNOME Docking Library # URL: https://developer.gnome.org/gdl/ # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: gtk3 name=gdl version=3.28.0 release=1 source=("http://ftp.gnome.org/pub/GNOME/sources/${name}/${version%.*}/${name}-${version}.tar.xz") build() { cd ${name}-${version} ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static --disable-nls make make DESTDIR="$PKG" install }