New package: libyaml-0.1.4.
This commit is contained in:
parent
ef41ed2b5a
commit
524485422e
6 changed files with 40 additions and 0 deletions
1
srcpkgs/libyaml-devel
Symbolic link
1
srcpkgs/libyaml-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libyaml
|
2
srcpkgs/libyaml/depends
Normal file
2
srcpkgs/libyaml/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=0.1.4"
|
||||
api_depends="${abi_depends}"
|
15
srcpkgs/libyaml/libyaml-devel.template
Normal file
15
srcpkgs/libyaml/libyaml-devel.template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'libyaml-devel'.
|
||||
#
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libyaml
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
}
|
1
srcpkgs/libyaml/libyaml.rshlibs
Normal file
1
srcpkgs/libyaml/libyaml.rshlibs
Normal file
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
20
srcpkgs/libyaml/template
Normal file
20
srcpkgs/libyaml/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'libyaml'
|
||||
pkgname=libyaml
|
||||
version=0.1.4
|
||||
wrksrc="yaml-${version}"
|
||||
homepage="http://pyyaml.org/wiki/LibYAML"
|
||||
distfiles="http://pyyaml.org/download/libyaml/yaml-${version}.tar.gz"
|
||||
build_style=gnu-configure
|
||||
short_desc="Fast YAML 1.1 parser and emitter library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT"
|
||||
checksum=7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37
|
||||
long_desc="
|
||||
LibYAML is a C library for parsing and emitting data in YAML 1.1, a
|
||||
human-readable data serialization format."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
post_install() {
|
||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||
}
|
|
@ -926,3 +926,4 @@ libxdg-basedir.so.1 libxdg-basedir libxdg-basedir-devel
|
|||
libev.so.4 libev libev-devel
|
||||
libgvnc-1.0.so.0 gtk-vnc gtk-vnc-devel
|
||||
libgtk-vnc-2.0.so.0 gtk-vnc gtk-vnc-devel
|
||||
libyaml-0.so.2 libyaml libyaml-devel
|
||||
|
|
Loading…
Reference in a new issue