Package Details: cdpr 2.4-3

Package Base: cdpr
Description: cdpr is used to decode a Cisco Disovery Protocol (CDP) packet
Upstream URL: http://sourceforge.net/projects/cdpr
Category: network
Licenses: GPL
Submitter: acharrett
Maintainer: acharrett
Last Packager: acharrett
Votes: 8
First Submitted: 2009-01-27 09:28
Last Updated: 2015-01-29 14:01

Dependencies (0)

Required by (0)

Sources

Latest Comments

Comment by wolle

2015-01-29 12:11

Rename build() to package() in PKGBUILD in order to work properly. Thanks.

Comment by acharrett

2013-06-20 07:42

Fixed as per helios' comments.

Comment by mortzu

2013-06-19 15:59

doesn't build, because you need to replace $startdir/src with $srcdir and $startdir/pkg with $pkgdir

Comment by rat

2013-04-26 08:15

Please udpate PKGBUILD,
When I install cdpr via yaourt or makepkg -si, the program is installed, but in the system this program "cdpr" not existe,

If also someone else have this problem, You have to do it the following steps :
1.build a package "makepkg -c"
2.extract "tar -zxvf cdpr-2.4.tgz" go to folder "cd cdpr-2.4"
3.again build it with "make" - only then cdpr bin will show up
4.copy to /usr/bin also You have to giving permission to execute "chmod +x cdpr"