description="GNOME menu specifications."
url="http://www.gnome.org/"

packager="tnut <tnut@nutyx.org>"
contributors="Tnut, Jayce"

makedepends=(intltool glib gobject-introspection)

name=gnome-menus
version=3.36.0

source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)

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

# Obsolet lib
rm $PKG/usr/lib/libgnome-menu-3.la
}
