1 # Maintainer: JonimusPrime <jasturm002@aol.com>
2 # Contributor: wandrian <wandrian@tuxfamily.org>
7 pkgdesc="TIgroup files manipulator for TiLP"
9 url="http://lpg.ticalc.org/prj_gfm/"
11 depends=('libticalcs')
12 source=("http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.15/${pkgname}-${pkgver}.tar.bz2"
14 install=('gfm.install')
17 cd $srcdir/${pkgname}-$pkgver
19 #KDE Users can remove the --without-kde line
20 #to use KDE3 native file dialogs
21 ./configure --without-kde --prefix=/usr
23 make DESTDIR=${pkgdir} install
25 install -m755 -d ${pkgdir}/usr/share/applications
26 install -m644 ${srcdir}/gfm.desktop ${pkgdir}/usr/share/applications
28 md5sums=('f4616cfdb58afbfd98357cae8ab57583'
29 '57ced5064d6158d5e412190d9fa4988d')