1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Maintainer: Laurent Prevost <laurent.prevost@gmail.com>
7 pkgname=toyunda-manager
10 pkgdesc="Manager for mplayer-toyunda"
12 url="http://decideur.info/toyunda/"
15 depends=('deb2targz' 'ruby' 'ruby-gtk2' 'ruby-libglade' 'mplayer-toyunda')
25 source=(http://decideur.info/toyunda/toyundaManager2.deb)
26 noextract=(toyundaManager2.deb)
27 md5sums=(e37cc8de234aa8d2305bf5c5776ecde1) #generate with 'makepkg -g'
31 deb2targz "toyundaManager2.deb"
32 tar -xvvzf toyundaManager2.tar.gz
36 cp -r "$srcdir/usr" "$pkgdir/"