libxslt: move section 3 manpages to -devel subpkg, bumprev.
This commit is contained in:
parent
5c83eb320e
commit
a5fe2fd598
2 changed files with 5 additions and 6 deletions
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
|
||||
Add_dependency run python-devel
|
||||
Add_dependency run libxml2-devel
|
||||
|
@ -16,10 +16,8 @@ Add_dependency run libxslt
|
|||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/bin
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mkdir -p ${DESTDIR}/usr/share/doc
|
||||
mkdir -p ${DESTDIR}/usr/share/man/man1
|
||||
install -d ${DESTDIR}/usr/{bin,lib}
|
||||
install -d ${DESTDIR}/usr/share/{doc,man}
|
||||
|
||||
mv ${SRCPKGDESTDIR}/usr/bin/xslt-config ${DESTDIR}/usr/bin
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
|
@ -29,4 +27,5 @@ do_install()
|
|||
mv ${SRCPKGDESTDIR}/usr/share/aclocal ${DESTDIR}/usr/share
|
||||
mv ${SRCPKGDESTDIR}/usr/share/doc/${sourcepkg}-${version} \
|
||||
${DESTDIR}/usr/share/doc
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libxslt'.
|
||||
pkgname=libxslt
|
||||
version=1.1.26
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="ftp://xmlsoft.org/libxslt/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="XSLT parser library from the GNOME project"
|
||||
|
|
Loading…
Reference in a new issue