1 # Maintainer: bzt <unmacaque at gmail dot com>
2 # Contributor: Marcos Paulino Roriz Junior <marcosrorizinf at gmail dot com>
4 pkgname=gnome-nds-thumbnailer
7 pkgdesc="A thumbnailer for GNOME that will make thumbnails for Nintendo DS roms by extracting their preview icon."
9 url="http://www.hadess.net"
10 depends=('gdk-pixbuf2' 'glib2>=2.16')
11 optdepends=('nautilus: required for better use of the schema')
13 source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.0/$pkgname-$pkgver.tar.xz")
14 md5sums=('04efed71fd5311a844040630f07f4167')
17 cd ${srcdir}/${pkgname}-${pkgver}
19 ./configure --prefix=/usr
25 cd ${srcdir}/${pkgname}-${pkgver}
27 make DESTDIR=$pkgdir install