aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ifupdown/APKBUILD
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-13 11:20:02 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-13 11:20:02 -0600
commita7453a07290838947e08fd1bc927f7a116e561c0 (patch)
tree69f94144d5c1ccd885dc20f8550162f4cc9a181a /testing/ifupdown/APKBUILD
parent667583cce4da29fe4320de4805c1bd14c2c337ed (diff)
downloadaports-a7453a07290838947e08fd1bc927f7a116e561c0.tar.bz2
aports-a7453a07290838947e08fd1bc927f7a116e561c0.tar.xz
testing/ifupdown: busybox uses -f instead of --force so allow both
Diffstat (limited to 'testing/ifupdown/APKBUILD')
-rw-r--r--testing/ifupdown/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/ifupdown/APKBUILD b/testing/ifupdown/APKBUILD
index 31fb37ce07..9c4719724d 100644
--- a/testing/ifupdown/APKBUILD
+++ b/testing/ifupdown/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=ifupdown
pkgver=0.6.10
-pkgrel=0
+pkgrel=1
pkgdesc="high level tools to configure network interfaces"
url="http://packages.debian.org/ifupdown"
arch="all"
@@ -12,7 +12,8 @@ depends_dev=
makedepends=
install="$pkgname.post-deinstall $pkgname.post-upgrade"
subpackages=
-source="http://ftp.debian.org/pool/main/i/$pkgname/${pkgname}_$pkgver.tar.gz"
+source="http://ftp.debian.org/pool/main/i/$pkgname/${pkgname}_$pkgver.tar.gz
+ ifupdown-busybox-compat.patch"
_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
@@ -35,4 +36,5 @@ package() {
make BASEDIR="$pkgdir" install || return 1
}
-md5sums="70db0d8caf06a17d65b612fa8919732b ifupdown_0.6.10.tar.gz"
+md5sums="70db0d8caf06a17d65b612fa8919732b ifupdown_0.6.10.tar.gz
+b0f42f7ce1a4f416eddaa304db2d270e ifupdown-busybox-compat.patch"