diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-13 11:20:02 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-13 11:20:02 -0600 |
commit | a7453a07290838947e08fd1bc927f7a116e561c0 (patch) | |
tree | 69f94144d5c1ccd885dc20f8550162f4cc9a181a /testing/ifupdown/APKBUILD | |
parent | 667583cce4da29fe4320de4805c1bd14c2c337ed (diff) | |
download | aports-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/APKBUILD | 8 |
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" |