mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
libplist: last sec typo
This commit is contained in:
parent
0f2b70ab5f
commit
b4bef6551f
1 changed files with 3 additions and 5 deletions
|
|
@ -1,10 +1,8 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
#inherit autotools
|
||||
|
||||
DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"
|
||||
HOMEPAGE="https://libimobiledevice.org/"
|
||||
SRC_URI="https://github.com/libimobiledevice/${PN}/releases/download/${PV}/${P}.tar.bz2"
|
||||
|
|
@ -38,6 +36,6 @@ src_install() {
|
|||
# bugs #733082, #915375
|
||||
dosym ./libplist-2.0.pc /usr/$(get_libdir)/pkgconfig/libplist.pc
|
||||
dosym ./libplist++-2.0.pc /usr/$(get_libdir)/pkgconfig/libplist++.pc
|
||||
dosym ./libplist++-2.0.so.4.6.0 /usr/$(get_libdir)/libplist++.so
|
||||
dosym ./libplist-2.0.so.4.6.0 /usr/$(get_libdir)/libplist.so
|
||||
dosym ./libplist++-2.0.so.4.7.0 /usr/$(get_libdir)/libplist++.so
|
||||
dosym ./libplist-2.0.so.4.7.0 /usr/$(get_libdir)/libplist.so
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue