Advertisement
Guest User

gnome-nds-thumbnailer-3.0.0-1

a guest
Oct 6th, 2011
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. # Contributor: Marcos Paulino Roriz Junior <marcosrorizinf@gmail.com>
  2.  
  3. pkgname=gnome-nds-thumbnailer
  4. pkgver=3.0.0
  5. pkgrel=1
  6. pkgdesc="A thumbnailer for GNOME that will make thumbnails for Nintendo DS roms by extracting their preview icon."
  7. arch=('i686' 'x86_64')
  8. url=http://www.hadess.net
  9. depends=("gdk-pixbuf" "glib2" "gconf")
  10. optdepends=('nautilus: required for better use of the schema')
  11. license=("GPL2")
  12. source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.0/$pkgname-$pkgver.tar.xz)
  13. md5sums=("04efed71fd5311a844040630f07f4167")
  14.  
  15. build() {
  16. cd $srcdir/${pkgname}-${pkgver}
  17. ./configure --prefix=/usr
  18. make || return 1
  19. make DESTDIR=$pkgdir install
  20. }
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement