Found a couple more problems: gcc not needed dependency and the Makefile had similar issues.
Fixed here: http://aur.pastebin.com/CiKPn84q
Search Criteria
Package Details: ncc 2.8-3
Package Actions
| Package Base: | ncc |
|---|---|
| Description: | C source code analyzer which generates program flow and variable usage information |
| Upstream URL: | http://students.ceid.upatras.gr/~sxanth/ncc |
| Category: | devel |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 6 |
| First Submitted: | 2005-06-07 12:24 |
| Last Updated: | 2013-09-06 05:57 |
Required by (0)
Sources
Latest Comments
Comment by queueRAM
Comment by queueRAM
A couple problems i noticed with your PKGBUILD which could probably be fixed by using 'make DESTDIR=$pkgdir install'
1. The symbolic links point to the directory there the package was built, not the installed directory.
Currently: ln -sf $startdir/pkg/usr/bin/ncc $startdir/pkg/usr/bin/nccar
Should be: ln -sf ncc $startdir/pkg/usr/bin/nccar
2. The scripts from the $srcdir/scripts/ directory are not installed
gengraph.py gengraph.py.1 nccstrip2.py nccstrip.py
I have posted my PKGBUILD modifications here: http://aur.pastebin.com/1KmNHpXZ