mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
linux4.11: ugh... ${var:+} makes it crash too...
This commit is contained in:
parent
6baff10d03
commit
cf7b5786f1
1 changed files with 2 additions and 3 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'linux4.11'
|
# Template file for 'linux4.11'
|
||||||
pkgname=linux4.11
|
pkgname=linux4.11
|
||||||
_distver=4.11.0
|
_distver=4.11.0
|
||||||
#_patchver=
|
|
||||||
version=${_distver}${_patchver}
|
version=${_distver}${_patchver}
|
||||||
revision=1
|
revision=1
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
wrksrc="linux-${_distver%.*}${_patchver:+-}"
|
wrksrc="linux-${_distver%.*}"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||||
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${_distver%.*}${_patchver:+-}.tar.xz"
|
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${_distver%.*}.tar.xz"
|
||||||
checksum=b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6
|
checksum=b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6
|
||||||
|
|
||||||
nodebug=yes # -dbg package is generated below manually
|
nodebug=yes # -dbg package is generated below manually
|
||||||
|
|
Loading…
Add table
Reference in a new issue