1 # Maintainer: archtux <antonio.arias99999@gmail.com>
6 pkgdesc="Neformal is a small Qt/Phonon-based player WITHOUT any playlist or collection support. It provides a useful file manager with the ability to play file by file."
8 url="http://neformal.sourceforge.net/"
11 source=(http://downloads.sourceforge.net/neformal/neformal-$pkgver.tar.bz2)
12 md5sums=('b7a81dbb039daafa1d767de6b3cbc9f3')
15 cd $srcdir/$pkgname-$pkgver
21 install -Dm755 ./bin/neformal $pkgdir/usr/bin/neformal
24 install -Dm644 ./icons/app.svg $pkgdir/usr/share/pixmaps/neformal.svg
25 install -Dm644 $startdir/neformal.desktop $pkgdir/usr/share/applications/neformal.desktop