description="Imagination is a lightweight and simple DVD slideshow maker in GTK+2."
url="https://imagination.sourceforge.net/"

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

makedepends=(sox ffmpeg gtk3 intltool docbook-xsl)

name=imagination
version=3.6
release=2

source=(https://downloads.sourceforge.net/$name/$name-$version.tar.gz)

build() {
cd $name-$version
LDFLAGS="-lm -lgmodule-2.0" ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
