updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / mynotex / PKGBUILD
blobc003577d7703f787a724c1a86b87b396ca161aa5
1 # Contributor: goten002 <goten002@gmail.com>
2 pkgname=mynotex
3 pkgver=1.1.4
4 pkgrel=1
5 pkgdesc="A free note-taking and notes manager software for Linux."
6 url="http://sites.google.com/site/mynotex"
7 license=('GPL')
8 arch=('i686' 'x86_64')
9 depends=('sqlite3')
11 if [ $CARCH="i686" ]; then
12 source=(http://sites.google.com/site/mynotex/files/executable_mynotex-i386_${pkgver}.tar.gz)
13 md5sums=('0121e66261064ab08c111c3b7108f725')
14 else
15 source=(http://sites.google.com/site/mynotex/files/executable-mynotex-amd64_${pkgver}.tar.gz)
16 md5sums=('7896715c45e0363639a5f1e41a53a620')
19 build() {
20   install -D -m 775 mynotex $pkgdir/usr/bin/mynotex