aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ifplugd
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-10-27 18:01:44 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2014-10-27 18:01:44 +0100
commit7fcafe062075a5f988e7326c17496b0990a23a77 (patch)
treec0919b6b0b5a99c99df8cd93077832079b276b5a /testing/ifplugd
parent1f182e17fc2ab74cee6d61fffda9274135f7bddf (diff)
downloadaports-7fcafe062075a5f988e7326c17496b0990a23a77.tar.bz2
aports-7fcafe062075a5f988e7326c17496b0990a23a77.tar.xz
testing/ifplugd: fix build on musl
Diffstat (limited to 'testing/ifplugd')
-rw-r--r--testing/ifplugd/APKBUILD16
1 files changed, 12 insertions, 4 deletions
diff --git a/testing/ifplugd/APKBUILD b/testing/ifplugd/APKBUILD
index ba645e14f0..109da89bd6 100644
--- a/testing/ifplugd/APKBUILD
+++ b/testing/ifplugd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=ifplugd
pkgver=0.28
-pkgrel=3
+pkgrel=4
pkgdesc="Detect and take action when an ethernet cable is unplugged"
url="http://0pointer.de/lennart/projects/ifplugd"
arch="all"
@@ -12,8 +12,9 @@ depends_dev="libdaemon-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-doc"
-source="http://0pointer.de/lennart/projects/ifplugd/ifplugd-$pkgver.tar.gz
- $pkgname.initd"
+source="http://dev.alpinelinux.org/archive/ifplugd-$pkgver.tar.gz
+ $pkgname.initd
+ musl-type.patch"
_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
@@ -46,4 +47,11 @@ package() {
}
md5sums="df6f4bab52f46ffd6eb1f5912d4ccee3 ifplugd-0.28.tar.gz
-7d7d45d6cf8edcb46ff18bedf7cfb961 ifplugd.initd"
+7d7d45d6cf8edcb46ff18bedf7cfb961 ifplugd.initd
+e96027299ece16ac8e48bf9244d75222 musl-type.patch"
+sha256sums="474754ac4ab32d738cbf2a4a3e87ee0a2c71b9048a38bdcd7df1e4f9fd6541f0 ifplugd-0.28.tar.gz
+f9c9e4872cedca9dc9d68fcba67359f802f1a0b89b85ed983d619b6e55e87372 ifplugd.initd
+29df5d6628ebc22e5ba76591d326e031bd040c8e42d116614aa68a7b0c7430d9 musl-type.patch"
+sha512sums="c606e456f81f224eba9f8912e11fb76b759c160313d1db3c9035775b8c1ca57ca10c88dfb33318ba02f5c025218a377ca78ee160fc3d9a31ac6e95b92f340d4f ifplugd-0.28.tar.gz
+ea0393d2dd0c047d9164881b1fdd4ab4e3581e8758e167a8ae22b2c4b5f361a05dbd126d4c0238204e87322127ebfe70a24b0c9773c3372257180e6cc29a7b1d ifplugd.initd
+bd221a2074c3f4310501d51659dddf9a84ca3d93457abdd176ca7c843ee05909f831d5808832945d6d0442b0246a1e1573fdbbc6e6fd40cae5d2460d41587d32 musl-type.patch"