aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't run service as root.Tharre2015-05-212-1/+2
| | | | | | | It's a really bad idea to run eibd as root, it even advocates so itself. This is especially bad as eibd is now officially unmaintained. So, don't run as root.
* Don't fork in systemd service.Tharre2015-05-212-4/+2
| | | | There is no reason to fork, as eibd doesn't insist on forking.
* Remove the `!libtool` option as it's the default.Tharre2015-05-211-1/+0
|
* Small cleanup.Tharre2015-05-211-11/+6
|
* Remove $pkgbase as we only build one package.Tharre2015-05-211-12/+10
| | | | | Using a $pkgbase for just one package makes things unncessary complicated, and was probably just a relic from the past or too eager planning for the future.
* Use general dependency `gcc-libs`.Tharre2015-05-211-1/+1
| | | | | The previous use of `gcc-libs-multilib` made compilation on platforms other than x86_64 impossible, and seems to be unnecessary.
* Initial code import.Tharre2015-05-215-0/+110