updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / gfm / PKGBUILD
blob7e3a57e2f8649c3cdd84144ef9229bcd8f25a4f8
1 # Maintainer: JonimusPrime <jasturm002@aol.com>
2 # Contributor: wandrian <wandrian@tuxfamily.org>
4 pkgname=gfm
5 pkgver=1.05
6 pkgrel=1
7 pkgdesc="TIgroup files manipulator for TiLP"
8 arch=(i686 x86_64)
9 url="http://lpg.ticalc.org/prj_gfm/"
10 license=('GPL')
11 depends=('libticalcs')
12 source=("http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.15/${pkgname}-${pkgver}.tar.bz2"
13          'gfm.desktop')
14 install=('gfm.install')
16 build() {
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
22     make
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')