Ah, and systemd unit files installed by a package belong to /usr/lib/systemd/system/. Please install dionaea.service there. Thanks!
Search Criteria
Package Details: dionaea-git 20140623-1
Package Actions
| Package Base: | dionaea-git |
|---|---|
| Description: | A nepenthes successor |
| Upstream URL: | http://dionaea.carnivore.it |
| Category: | network |
| Licenses: | |
| Submitter: | Gagou |
| Maintainer: | Gagou |
| Last Packager: | Gagou |
| Votes: | 4 |
| First Submitted: | 2010-05-02 16:53 |
| Last Updated: | 2014-06-23 21:35 |
Latest Comments
Comment by eworm
Comment by eworm
Can you please add a pkgver() function?
pkgver() {
cd "$srcdir/dionaea"
echo "0.r$(git rev-list --count master).g$(git log -1 --format="%h")"
}
(Sadly there are no tags to use...) Thanks!
Comment by ekapujiw2002
ok thank you sir
after i dissect the code at module.c, it seems that some function like nl_get_error, nl_addr_parse (CMIIW) are different in its implementation on libnl1 and libnl version 3. I also have added -I/usr/include/libnl3 to the cflags but the module.c file got error also. but it see and use the libnl3. oh well, i'm gonna try it again using my other sdcard. got many lying around here,hehehehe
thank you for the fine works
cheers
Comment by Gagou
Thanks to Locke report, I added armv6h in supported arch.
About libnl, I installed libnl1 and got errors too. I tried to add --with-nl-include --with-nl-lib without success. I have to look deeper to find a solution with both libraries installed.
For now, only libnl version 3 must be installed. I added a message during the build process to warn users.
Comment by ekapujiw2002
i try to compile it but see a lot of error regarding the libnl. i got libnl version 3 and version 1 (hostapd use it).
should i only install libnl version 3?
thank you
Comment by Locke
I forgot to post that this package is also compatible with armv6h, can you add it please?
Comment by Gagou
Here are the last changes :
- Use of git source makepkg facility (thanks to eworm suggestion)
- The .rc file has been replaced by a systemd unit file (thanks to Shibumi suggestion)
- Removing unset CFLAGS and CXXFLAGS
- Adding sqlite in dependencies list
Comment by Shibumi
please remove the .rc file and add a systemd unit file thx!
Comment by eworm
I have some improvements for the PKGBUILD: http://pastebin.com/4jEqsebr
This makes use of makepkg's VCS capabilities. Would be great if you could upload this.
Comment by Gagou
A sed command was added to avoid an error in configure.ac ('AM_CONFIG_HEADER' is obsolete).