Search Criteria
Package Details: etherwake 1.09-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/etherwake.git (read-only, click to copy) |
---|---|
Package Base: | etherwake |
Description: | Utility for waking up computers via wake-on-lan (wol) |
Upstream URL: | https://web.archive.org/web/20060427201642/http://www.scyld.com/wakeonlan.html |
Licenses: | GPL |
Submitter: | None |
Maintainer: | mtorromeo |
Last Packager: | mtorromeo |
Votes: | 55 |
Popularity: | 0.000071 |
First Submitted: | 2005-08-02 13:05 (UTC) |
Last Updated: | 2020-04-27 16:28 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
Latest Comments
1 2 Next › Last »
Scary_987 commented on 2020-04-27 15:48 (UTC)
Maintainer: Massimiliano Torromeo massimiliano.torromeo@gmail.com
Contributor: Markus Volkmann mcfock@counterstrike.de
pkgname=etherwake pkgver=1.09 pkgrel=7 arch=(i686 x86_64 armv6h armv7h) pkgdesc="Utility for waking up computers via wake-on-lan (wol)" license=("GPL") url="https://web.archive.org/web/20060427201642/http://www.scyld.com/wakeonlan.html" depends=("glibc") source=(https://launchpad.net/ubuntu/+archive/primary/+files/etherwake_1.09.orig.tar.gz) sha256sums=('54241c7689579dc86e29e6afbc6d60e69f97135091a1395c8a10f6d5a2daec1d')
build() { cd "$srcdir/$pkgname-$pkgver.orig" rm -f etherwake gcc ether-wake.c -o etherwake }
package() { cd "$srcdir/$pkgname-$pkgver.orig" install -Dm0755 etherwake "$pkgdir/usr/bin/etherwake" install -Dm0644 etherwake.8 "$pkgdir/usr/share/man/man8/etherwake.8" }
please change it like this, this it runs perfect on these architectures
feherneoh commented on 2019-07-26 07:33 (UTC)
Works on aarch64 too
ggalt commented on 2018-10-13 19:14 (UTC)
Works on older Raspberry Pi (armv6h) architecture too by adding 'armv6h' to PKBUILD.
kalsan commented on 2017-05-18 07:34 (UTC)
Maxwel commented on 2013-06-10 08:04 (UTC)
snack commented on 2013-06-03 16:52 (UTC)
galaux commented on 2012-09-09 08:40 (UTC)
msx commented on 2012-09-08 23:27 (UTC)
mtorromeo commented on 2012-09-03 08:30 (UTC)
msx commented on 2012-09-03 08:05 (UTC)
1 2 Next › Last »