mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
db: drop noarch, xlintify.
This commit is contained in:
parent
02f9473911
commit
ce3cfd0855
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'db'
|
# Template file for 'db'
|
||||||
pkgname=db
|
pkgname=db
|
||||||
version=5.3.28
|
version=5.3.28
|
||||||
revision=7
|
revision=8
|
||||||
wrksrc="db-${version}"
|
wrksrc="db-${version}"
|
||||||
build_wrksrc="build_unix"
|
build_wrksrc="build_unix"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_script="../dist/configure"
|
configure_script="../dist/configure"
|
||||||
configure_args="--enable-compat185 --enable-cxx --enable-static --enable-dbm"
|
configure_args="--enable-compat185 --enable-cxx --enable-static --enable-dbm"
|
||||||
make_build_args="LIBSO_LIBS=-lpthread"
|
make_build_args="LIBSO_LIBS=-lpthread"
|
||||||
short_desc="The Berkeley DB embedded database system"
|
short_desc="Berkeley DB embedded database system"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="BSD-4-Clause"
|
||||||
homepage="http://www.oracle.com/technetwork/products/berkeleydb/overview/index.html"
|
homepage="http://www.oracle.com/technetwork/products/berkeleydb/overview/index.html"
|
||||||
license="BSD"
|
|
||||||
distfiles="http://download.oracle.com/berkeley-db/db-${version}.tar.gz"
|
distfiles="http://download.oracle.com/berkeley-db/db-${version}.tar.gz"
|
||||||
checksum=e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628
|
checksum=e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ post_install() {
|
||||||
vmkdir usr/share/doc/${pkgname}-${version}
|
vmkdir usr/share/doc/${pkgname}-${version}
|
||||||
mv ${DESTDIR}/usr/docs/* ${DESTDIR}/usr/share/doc/${pkgname}-${version}
|
mv ${DESTDIR}/usr/docs/* ${DESTDIR}/usr/share/doc/${pkgname}-${version}
|
||||||
rmdir ${DESTDIR}/usr/docs
|
rmdir ${DESTDIR}/usr/docs
|
||||||
|
vlicense ../LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
db-devel_package() {
|
db-devel_package() {
|
||||||
|
@ -32,7 +33,6 @@ db-devel_package() {
|
||||||
}
|
}
|
||||||
db-doc_package() {
|
db-doc_package() {
|
||||||
short_desc+=" - documentation files"
|
short_desc+=" - documentation files"
|
||||||
archs=noarch
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue