Rename build() to package() in PKGBUILD in order to work properly. Thanks.
Search Criteria
Package Details: cdpr 2.4-3
Package Actions
| 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: | |
| 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
Comment by acharrett
Fixed as per helios' comments.
Comment by mortzu
doesn't build, because you need to replace $startdir/src with $srcdir and $startdir/pkg with $pkgdir
Comment by rat
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"