libunistring: remove long_desc; drop useless -docs subpkg.
This commit is contained in:
parent
d140bee4f5
commit
0eb2c156fa
2 changed files with 6 additions and 14 deletions
|
@ -1 +0,0 @@
|
||||||
libunistring
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libunistring'.
|
# Template build file for 'libunistring'.
|
||||||
pkgname=libunistring
|
pkgname=libunistring
|
||||||
version=0.9.3
|
version=0.9.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Library for manipulating Unicode strings and C strings"
|
short_desc="Library for manipulating Unicode strings and C strings"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
@ -9,22 +9,15 @@ license="GPL"
|
||||||
homepage="http://www.gnu.org/software/${pkgname}"
|
homepage="http://www.gnu.org/software/${pkgname}"
|
||||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=610d3ec724fbdaa654afe3cff20b9f4d504be3fd296fded2e0f7f764041006a3
|
checksum=610d3ec724fbdaa654afe3cff20b9f4d504be3fd296fded2e0f7f764041006a3
|
||||||
long_desc="
|
|
||||||
Library that provides functions for manipulating Unicode strings and for
|
|
||||||
manipulating C strings according to the Unicode standard."
|
|
||||||
|
|
||||||
libunistring-devel_package() {
|
libunistring-devel_package() {
|
||||||
short_desc+=" (Development files)"
|
short_desc+=" - development files)"
|
||||||
depends="libunistring"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
replaces="${pkgname}-docs>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/libunistring.a
|
vmove "usr/lib/*.a"
|
||||||
}
|
vmove "usr/lib/*.so"
|
||||||
}
|
|
||||||
|
|
||||||
libunistring-docs_package() {
|
|
||||||
short_desc+=" (Documentation)"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue