@revel
Should I change all the other '$startdir' instances in the pkgbuild also?
Search Criteria
Package Details: xprobe2 0.3-3
Git Clone URL: | https://aur.archlinux.org/xprobe2.git (read-only) |
---|---|
Package Base: | xprobe2 |
Description: | Active OS fingerprinting tool |
Upstream URL: | https://sourceforge.net/projects/xprobe/ |
Licenses: | |
Submitter: | S1G1 |
Maintainer: | anthraxx |
Last Packager: | anthraxx |
Votes: | 22 |
Popularity: | 0.014164 |
First Submitted: | 2006-01-05 01:21 |
Last Updated: | 2016-11-13 15:36 |
Dependencies (1)
Required by (0)
Sources (3)
Latest Comments
paraxor commented on 2013-12-04 20:29
s4ndman commented on 2013-12-04 20:18
revel commented on 2013-11-25 15:33
The package generated by this PKGBUILD is empty.
Please change
<make DESTDIR=$startdir/pkg install
>make DESTDIR=$pkgdir install
paraxor commented on 2013-05-14 20:04
Thanks. I have added your package to archtrack: https://aur.archlinux.org/packages/archtrack-info-gathering/
s4ndman commented on 2013-05-14 17:03
@EvanTeitelman
Thanks for the url.
PKGBUILD updated.
paraxor commented on 2013-05-12 13:52
hal commented on 2013-05-06 16:16
Hello!
The provided link does not work anymore.
http://space.dl.sourceforge.net/project/xprobe/xprobe2/Xprobe2%200.3/xprobe2-0.3.tar.gz
s4ndman commented on 2011-02-13 05:44
Updated with relevant patches so it builds with no errors.
Anonymous comment on 2010-08-05 15:49
Update the PKGBUILD with the correct download link: http://downloads.sourceforge.net/xprobe/xprobe2-0.3.tar.gz
Changes you should make:
- put patch files in the source list.
- reference them from $srcdir
- Replace $startdir/src with $srcdir
- Remove '|| return 1' (out-dated---no longer necessary)
- Remove gcc from depends maybe. It might be a build dependency. It's in
base-devel so it doesn't have to be in makedepends.