File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,27 +6,25 @@ build_style=gnu-configure
66configure_args="--prefix=/usr"
77hostmakedepends="pkg-config autoconf automake libtool gettext gettext-devel"
88makedepends="libusb-devel libxml2-devel"
9- shlib_provides="libvitamtp.so.5"
109short_desc="Library for MTP-like communication with PlayStation Vita"
11- maintainer="LazyPreview cranatise10@ploud.fr"
10+ maintainer="LazyPreview < cranatise10@ploud.fr> "
1211license="LGPL-2.1-or-later"
1312homepage="https://github.com/codestation/vitamtp"
1413distfiles="https://github.com/codestation/vitamtp/archive/refs/heads/master.tar.gz"
1514checksum="01c344e93a39f3c5cd5725c12e58adbeb779045c0fe67e604e4b25c766d41803"
16-
15+ shlib_provides="libvitamtp.so.5"
1716pre_configure() {
18- rm -f m4/iconv.m4
19- cp /usr/share/aclocal/iconv.m4 m4/ 2>/dev/null || true
20- autoreconf -fi
17+ rm -f m4/iconv.m4
18+ cp /usr/share/aclocal/iconv.m4 m4/ 2>/dev/null || true
19+ autoreconf -fi
2120}
22-
2321vitamtp-devel_package() {
24- short_desc+=" - development files"
25- depends="${sourcepkg}>=${version}_${revision}"
26- pkg_install() {
27- vmove usr/include
28- vmove usr/lib64/pkgconfig
29- vmove "usr/lib64/*.a"
30- vmove "usr/lib64/libvitamtp.so"
31- }
22+ short_desc+=" - development files"
23+ depends="${sourcepkg}>=${version}_${revision}"
24+ pkg_install() {
25+ vmove usr/include
26+ vmove usr/lib64/pkgconfig
27+ vmove "usr/lib64/*.a"
28+ vmove "usr/lib64/libvitamtp.so"
29+ }
3230}
You can’t perform that action at this time.
0 commit comments