man-pages: split development manual pages (glibc specific too) into -devel subpkg.
This commit is contained in:
parent
34636f9673
commit
e7bee4d61a
|
@ -0,0 +1 @@
|
|||
man-pages
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'man-pages'
|
||||
pkgname=man-pages
|
||||
version=3.68
|
||||
revision=1
|
||||
revision=2
|
||||
noarch="yes"
|
||||
short_desc="Linux Documentation Project (LDP) manual pages"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -38,3 +38,12 @@ do_install() {
|
|||
mv man3/rand.3 man3/glibc-rand.3
|
||||
mv man3/err.3 man3/glibc-err.3
|
||||
}
|
||||
|
||||
man-pages-devel_package() {
|
||||
replaces="${sourcepkg}<3.68_2"
|
||||
noarch=yes
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/share/man/man[2-3]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue