mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
kernel-manpages: needs which to build.
This commit is contained in:
parent
3c26cb5851
commit
3e41902f84
1 changed files with 4 additions and 7 deletions
|
@ -2,25 +2,22 @@
|
||||||
#
|
#
|
||||||
pkgname=kernel-manpages
|
pkgname=kernel-manpages
|
||||||
version=3.2.6
|
version=3.2.6
|
||||||
|
revision=1
|
||||||
wrksrc=linux-${version}
|
wrksrc=linux-${version}
|
||||||
|
noarch=yes
|
||||||
|
makedepends="which perl xmlto"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz"
|
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz"
|
||||||
checksum=9db97d45638017e6dfaed768cfa9f47533c9c9fb3538bce0e594d9feff5489b4
|
checksum=9db97d45638017e6dfaed768cfa9f47533c9c9fb3538bce0e594d9feff5489b4
|
||||||
makedepends="perl>=0 xmlto"
|
|
||||||
revision=1
|
|
||||||
short_desc="${pkgname} development manual pages"
|
short_desc="${pkgname} development manual pages"
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains manual pages for developping for the Linux kernel."
|
This package contains manual pages for developping for the Linux kernel."
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} mandocs
|
make ${makejobs} mandocs
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/man/man9
|
vmkdir usr/share/man/man9
|
||||||
install -m644 Documentation/DocBook/man/*.9.gz \
|
install -m644 Documentation/DocBook/man/*.9.gz ${DESTDIR}/usr/share/man/man9
|
||||||
${DESTDIR}/usr/share/man/man9
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue