# Depends on: glib gobject-introspection intltool vala

description="The Gcab package contains a program and a library used to create Microsoft cabinet (.cab) archives."
url="http://www.gnome.org/"
maintainer="http://linuxfromscratch.org/"
packager="thierryn1 at hispeed dot ch"

name=gcab
version=0.7
release=2

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
}
