updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / tilp2 / PKGBUILD
blob8ff8f89ee24175f76924e7cb923786029c4cff3d
1 # Maintainer: Jon Sturm <Jasturm002@aol.com>
2 # Contributor: Scott Garrett <Wintervenom@archlinux.us>
4 pkgname=tilp2
5 pkgver=1.16
6 pkgrel=1
7 pkgdesc="TI graphing calculator link/transfer program"
8 arch=(i686 x86_64)
9 url="http://lpg.ticalc.org/prj_tilp/"
10 license=('GPL')
11 depends=('libglade' 'libticalcs')
12 source=("http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.16/${pkgname}-${pkgver}.tar.bz2"
13         tilp.desktop
14         tilp.xml)
15 install=(tilp.install)
18 build() {
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 
23   make
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')