1 # Maintainer : Ivan Sichmann Freitas <ivansichfreitas@gmail.com>
2 # Contributor: Dan McGee <dpmcgee@gmail.com>
7 pkgdesc="A devilishly simple tool for creating call graphs of C programs"
8 url="http://www.gson.org/egypt/"
10 arch=('i686' 'x86_64')
11 depends=('perl' 'gcc' 'graphviz')
12 source=(http://www.gson.org/$pkgname/download/$pkgname-$pkgver.tar.gz)
13 md5sums=('b62d390d1db4bf28081c2e937b6e8cfc')
16 cd $srcdir/$pkgname-$pkgver
19 make DESTDIR=$pkgdir install
24 # remove a local-only file
25 find $pkgdir -name perllocal.pod -exec rm {} \;
26 # moving the executable to the default system path
27 mv $pkgdir/usr/bin/site_perl/egypt $pkgdir/usr/bin
28 rmdir $pkgdir/usr/bin/site_perl