updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / neformal / PKGBUILD
blob8adc3dd4617f1080775ffcda4ef213c136ad35e5
1 # Maintainer: archtux <antonio.arias99999@gmail.com>
3 pkgname=neformal
4 pkgver=4.3.1
5 pkgrel=1
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."
7 arch=('i686' 'x86_64')
8 url="http://neformal.sourceforge.net/"
9 license=('GPL3')
10 depends=('phonon')
11 source=(http://downloads.sourceforge.net/neformal/neformal-$pkgver.tar.bz2)
12 md5sums=('b7a81dbb039daafa1d767de6b3cbc9f3')
14 build() {
15   cd $srcdir/$pkgname-$pkgver
17   qmake
18   make
20   # Binary
21   install -Dm755 ./bin/neformal $pkgdir/usr/bin/neformal
23   # Desktop icon
24   install -Dm644 ./icons/app.svg            $pkgdir/usr/share/pixmaps/neformal.svg
25   install -Dm644 $startdir/neformal.desktop $pkgdir/usr/share/applications/neformal.desktop