updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / toyunda-manager / PKGBUILD
blobd4afb44caa09016e6632de5f38fa2bdb37ca8588
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
8 pkgver=2
9 pkgrel=1
10 pkgdesc="Manager for mplayer-toyunda"
11 arch=(i686 x86_64)
12 url="http://decideur.info/toyunda/"
13 license=('GPL')
14 groups=()
15 depends=('deb2targz' 'ruby' 'ruby-gtk2' 'ruby-libglade' 'mplayer-toyunda')
16 makedepends=()
17 optdepends=()
18 provides=()
19 conflicts=()
20 replaces=()
21 backup=()
22 options=()
23 install=
24 changelog=
25 source=(http://decideur.info/toyunda/toyundaManager2.deb)
26 noextract=(toyundaManager2.deb)
27 md5sums=(e37cc8de234aa8d2305bf5c5776ecde1) #generate with 'makepkg -g'
29 build() {
30   cd "$srcdir"
31   deb2targz "toyundaManager2.deb"
32   tar -xvvzf toyundaManager2.tar.gz
35 package() {
36   cp -r "$srcdir/usr" "$pkgdir/"