updated on Sun Jan 22 04:03:10 UTC 2012
[aur-mirror.git] / hptalx / PKGBUILD
blob53e973a567b74bc3b87da61cbcb08d07e62c3647
1 # Contributor: Luiz Ribeiro <luizribeiro@gmail.com>
3 pkgname=hptalx
4 pkgver=1.3.1a
5 pkgrel=1
6 pkgdesc="A HP Calculator<->PC communications program for Linux"
7 arch=('i686' 'x86_64')
8 url="http://hptalx.sourceforge.net/"
9 license=('GPL')
10 depends=('libxml2' 'gtk2')
11 install=
12 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver}.tar.gz)
13 md5sums=('daa046952a19590e13a50cb4c2a6ac46')
15 build() {
16   cd "$srcdir/$pkgname-$pkgver"
18   ./configure --prefix=/usr
19   make || return 1
20   make DESTDIR="$pkgdir" install
23 # vim:set ts=2 sw=2 et: