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
|
||||
version=3.2.6
|
||||
revision=1
|
||||
wrksrc=linux-${version}
|
||||
noarch=yes
|
||||
makedepends="which perl xmlto"
|
||||
homepage="http://www.kernel.org"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz"
|
||||
checksum=9db97d45638017e6dfaed768cfa9f47533c9c9fb3538bce0e594d9feff5489b4
|
||||
makedepends="perl>=0 xmlto"
|
||||
revision=1
|
||||
short_desc="${pkgname} development manual pages"
|
||||
long_desc="
|
||||
This package contains manual pages for developping for the Linux kernel."
|
||||
|
||||
noarch=yes
|
||||
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} mandocs
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/man/man9
|
||||
install -m644 Documentation/DocBook/man/*.9.gz \
|
||||
${DESTDIR}/usr/share/man/man9
|
||||
install -m644 Documentation/DocBook/man/*.9.gz ${DESTDIR}/usr/share/man/man9
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue