mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
raptor: rebuild with as-needed for shlibs.
This commit is contained in:
parent
26b1d85753
commit
5b70e908a6
3 changed files with 8 additions and 13 deletions
|
@ -1,6 +1,4 @@
|
||||||
libcurl.so.4
|
libcurl.so.4
|
||||||
libxslt.so.1
|
libxslt.so.1
|
||||||
libxml2.so.2
|
libxml2.so.2
|
||||||
libz.so.1
|
|
||||||
libm.so.6
|
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'aubio-devel'.
|
# Template file for 'aubio-devel'.
|
||||||
#
|
#
|
||||||
depends="libxml2-devel zlib-devel libraptor"
|
noarch=yes
|
||||||
|
depends="libxml2-devel zlib-devel libraptor-${version}_${revision}"
|
||||||
short_desc="${short_desc} - Development files"
|
short_desc="${short_desc} - Development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove usr/share/gtk-doc usr/share
|
vmove usr/share/gtk-doc usr/share
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'raptor'
|
# Template file for 'raptor'
|
||||||
pkgname=raptor
|
pkgname=raptor
|
||||||
version=2.0.6
|
version=2.0.6
|
||||||
|
revision=2
|
||||||
wrksrc="raptor2-${version}"
|
wrksrc="raptor2-${version}"
|
||||||
homepage="http://librdf.org/raptor"
|
subpackages="lib${pkgname} ${pkgname}-devel"
|
||||||
distfiles="http://librdf.org/dist/source/raptor2-${version}.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-yajl=no"
|
configure_args="--disable-static --with-yajl=no"
|
||||||
makedepends="pkg-config libcurl-devel libxslt-devel"
|
makedepends="pkg-config libcurl-devel libxml2-devel libxslt-devel"
|
||||||
revision=1
|
|
||||||
short_desc="Raptor RDF Syntax Library"
|
short_desc="Raptor RDF Syntax Library"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
homepage="http://librdf.org/raptor"
|
||||||
|
distfiles="http://librdf.org/dist/source/raptor2-${version}.tar.gz"
|
||||||
checksum=46831fbe5470d6ae22bde466fbb6ed281830116b6a427a617a73ff3e558d7aa4
|
checksum=46831fbe5470d6ae22bde466fbb6ed281830116b6a427a617a73ff3e558d7aa4
|
||||||
long_desc="
|
long_desc="
|
||||||
Raptor is a free software / Open Source C library that provides a set of
|
Raptor is a free software / Open Source C library that provides a set of
|
||||||
|
@ -21,6 +22,3 @@ long_desc="
|
||||||
and microformats for HTML, XHTML and XML and RDFa. The serializing syntaxes
|
and microformats for HTML, XHTML and XML and RDFa. The serializing syntaxes
|
||||||
are RDF/XML (regular, and abbreviated), Atom 1.0, GraphViz, JSON, N-Quads,
|
are RDF/XML (regular, and abbreviated), Atom 1.0, GraphViz, JSON, N-Quads,
|
||||||
N-Triples, RSS 1.0 and XMP."
|
N-Triples, RSS 1.0 and XMP."
|
||||||
|
|
||||||
subpackages="lib${pkgname} ${pkgname}-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue