1 # Maintainer: Jon Sturm <Jasturm002@aol.com>
2 # Contributor: Scott Garrett <Wintervenom@archlinux.us>
7 pkgdesc="TI graphing calculator link/transfer program"
9 url="http://lpg.ticalc.org/prj_tilp/"
11 depends=('libglade' 'libticalcs')
12 source=("http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.16/${pkgname}-${pkgver}.tar.bz2"
15 install=(tilp.install)
19 cd ${srcdir}/${pkgname}-${pkgver}
21 #KDE users can remove the --without-kde option to enable native kde file dialogs
22 ./configure --prefix=/usr --without-kde
24 make DESTDIR="$pkgdir/" install
26 install -m755 -d ${pkgdir}/usr/share/applications
27 install -m644 ${srcdir}/tilp.desktop ${pkgdir}/usr/share/applications
29 install -m755 -d ${pkgdir}/usr/share/mime/packages
30 install -m644 ${srcdir}/tilp.xml ${pkgdir}/usr/share/mime/packages
34 md5sums=('eaea086a5041bb970977de7e65fd9bfa'
35 'e2bb0d7ff6c3b0e60ff82213480f6d15'
36 '0303100e8ccf1c92977a68f533af0887')