New package: libplist-1.4.
This commit is contained in:
parent
fe8bfca8ee
commit
310b0b6bed
12 changed files with 74 additions and 0 deletions
|
@ -957,3 +957,5 @@ libsystemd-daemon.so.0 systemd-libs systemd-devel
|
|||
libsystemd-id128.so.0 systemd-libs systemd-devel
|
||||
libsystemd-journal.so.0 systemd-libs systemd-devel
|
||||
libsystemd-login.so.0 systemd-libs systemd-devel
|
||||
libplist.so.1 libplist libplist-devel
|
||||
libplist++.so.1 libplist++ libplist-devel
|
||||
|
|
1
srcpkgs/libplist++
Symbolic link
1
srcpkgs/libplist++
Symbolic link
|
@ -0,0 +1 @@
|
|||
libplist
|
1
srcpkgs/libplist-devel
Symbolic link
1
srcpkgs/libplist-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libplist
|
1
srcpkgs/libplist-python
Symbolic link
1
srcpkgs/libplist-python
Symbolic link
|
@ -0,0 +1 @@
|
|||
libplist
|
2
srcpkgs/libplist/depends
Normal file
2
srcpkgs/libplist/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=1.4"
|
||||
api_depends="${abi_depends}"
|
4
srcpkgs/libplist/libplist++.rshlibs
Normal file
4
srcpkgs/libplist/libplist++.rshlibs
Normal file
|
@ -0,0 +1,4 @@
|
|||
libplist.so.1
|
||||
libstdc++.so.6
|
||||
libgcc_s.so.1
|
||||
libc.so.6
|
10
srcpkgs/libplist/libplist++.template
Normal file
10
srcpkgs/libplist/libplist++.template
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Template file for 'libplist++'.
|
||||
#
|
||||
short_desc="${sourcepkg} C++ runtime library"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the C++ runtime library."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/libplist++.*" usr/lib
|
||||
}
|
14
srcpkgs/libplist/libplist-devel.template
Normal file
14
srcpkgs/libplist/libplist-devel.template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'libplist-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libplist++
|
||||
Add_dependency run libplist
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
5
srcpkgs/libplist/libplist-python.rshlibs
Normal file
5
srcpkgs/libplist/libplist-python.rshlibs
Normal file
|
@ -0,0 +1,5 @@
|
|||
libplist++.so.1
|
||||
libpython2.7.so.1.0
|
||||
libstdc++.so.6
|
||||
libgcc_s.so.1
|
||||
libc.so.6
|
10
srcpkgs/libplist/libplist-python.template
Normal file
10
srcpkgs/libplist/libplist-python.template
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Template file for 'libplist-python'.
|
||||
#
|
||||
short_desc="${sourcepkg} Python bindings"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the Python language bindings."
|
||||
|
||||
do_install() {
|
||||
vmove usr/lib/python2.7 usr/lib
|
||||
}
|
3
srcpkgs/libplist/libplist.rshlibs
Normal file
3
srcpkgs/libplist/libplist.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
|||
libxml2.so.2
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
21
srcpkgs/libplist/template
Normal file
21
srcpkgs/libplist/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'libplist'
|
||||
pkgname=libplist
|
||||
version=1.4
|
||||
homepage="http://libimobiledevice.org/"
|
||||
distfiles="http://www.libimobiledevice.org/downloads/$pkgname-$version.tar.bz2"
|
||||
build_style=cmake
|
||||
configure_args="-DCMAKE_SKIP_RPATH=ON"
|
||||
short_desc="Apple Property List library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
checksum=2ad226abe1131a72e7ecbb2b921ad92f54b8e787c2281c89b00145b519479a71
|
||||
long_desc="
|
||||
libplist is a library to handle Apple Binary and XML Property Lists."
|
||||
|
||||
subpackages="${pkgname}++ ${pkgname}-python ${pkgname}-devel"
|
||||
|
||||
Add_dependency build cmake
|
||||
Add_dependency build swig
|
||||
Add_dependency build python-devel
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build libxml2-devel
|
Loading…
Reference in a new issue