libyaml: remove long_desc.
This commit is contained in:
parent
d6251c64c0
commit
2574849ed6
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libyaml'
|
# Template file for 'libyaml'
|
||||||
pkgname=libyaml
|
pkgname=libyaml
|
||||||
version=0.1.4
|
version=0.1.4
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="yaml-${version}"
|
wrksrc="yaml-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Fast YAML 1.1 parser and emitter library"
|
short_desc="Fast YAML 1.1 parser and emitter library"
|
||||||
|
@ -10,20 +10,18 @@ license="MIT"
|
||||||
homepage="http://pyyaml.org/wiki/LibYAML"
|
homepage="http://pyyaml.org/wiki/LibYAML"
|
||||||
distfiles="http://pyyaml.org/download/libyaml/yaml-${version}.tar.gz"
|
distfiles="http://pyyaml.org/download/libyaml/yaml-${version}.tar.gz"
|
||||||
checksum=7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37
|
checksum=7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37
|
||||||
long_desc="
|
|
||||||
LibYAML is a C library for parsing and emitting data in YAML 1.1, a
|
|
||||||
human-readable data serialization format."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
||||||
libyaml-devel_package() {
|
libyaml-devel_package() {
|
||||||
depends="libyaml>=${version}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue