Skip to content
Snippets Groups Projects
Commit 3f903901 authored by JuniorJPDJ's avatar JuniorJPDJ
Browse files

temp/dhcpcd: removed alpine's maintainers, bumped pkgver

parent a35fe59e
No related branches found
No related tags found
No related merge requests found
# Contributor: Michael Mason <ms13sp@gmail.com>
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: JuniorJPDJ <pmos@juniorjpdj.pl>
# Forked from Alpine to disable IFA_F_NOPREFIXROUTE (for old kernels)
pkgname=dhcpcd
pkgver=7.0.8
pkgrel=9999
pkgver=9999
_pkgver=7.0.8
pkgrel=0
pkgdesc="RFC2131 compliant DHCP client"
url="https://roy.marples.name/projects/dhcpcd"
arch="all"
......@@ -11,13 +11,13 @@ license="BSD-2-Clause"
makedepends="linux-headers bsd-compat-headers dbus-dev"
install="$pkgname.post-upgrade"
subpackages="$pkgname-doc $pkgname-openrc"
source="https://roy.marples.name/downloads/dhcpcd/$pkgname-$pkgver.tar.xz
source="https://roy.marples.name/downloads/dhcpcd/$pkgname-$_pkgver.tar.xz
busybox-logger.patch
fix-chrony-conf-location.patch
old-kernel.patch
old-kernel.patch
dhcpcd.initd
"
builddir="$srcdir/$pkgname-$pkgver"
builddir="$srcdir/$pkgname-$_pkgver"
build() {
cd "$builddir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment