updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / qtresistors / PKGBUILD
bloba08bf218f409e6754d2c585fc40644b98c998f6b
1 # Contributor: Adria Arrufat <swiftscythe@gmail.com>
2 pkgname=qtresistors
3 pkgver=0.1
4 pkgrel=1
5 pkgdesc="Calculate resistance of resistor by the colors on the resistor"
6 arch=('i686' 'x86_64')
7 url="http://qt-apps.org/content/show.php/qtResistors?content=118297"
8 license=("GPL")
9 depends=('qt')
10 source=("http://qt-apps.org/CONTENT/content-files/118297-qtResistors-201001102229.tar.gz" 'qtResistors.desktop')
13 build() {
14   cd qtResistors
15   qmake
16   make || return 1
17   install -D -m755 qtResistors $pkgdir/usr/bin/qtResistors || return 1
18   install -Dm644 $srcdir/qtResistors.desktop $pkgdir/usr/share/applications/qtResistors.desktop
21 md5sums=('93774d83829b8ab83e31ac4a057ba058'
22          '1c3c969db2fda52db0568ef2728b9956')