Skip to content

Commit 24fb0e1

Browse files
authored
Fixing Template
1 parent 130cf6a commit 24fb0e1

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

srcpkgs/vitamtp/template

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,25 @@ build_style=gnu-configure
66
configure_args="--prefix=/usr"
77
hostmakedepends="pkg-config autoconf automake libtool gettext gettext-devel"
88
makedepends="libusb-devel libxml2-devel"
9-
shlib_provides="libvitamtp.so.5"
109
short_desc="Library for MTP-like communication with PlayStation Vita"
11-
maintainer="LazyPreview cranatise10@ploud.fr"
10+
maintainer="LazyPreview <cranatise10@ploud.fr>"
1211
license="LGPL-2.1-or-later"
1312
homepage="https://github.com/codestation/vitamtp"
1413
distfiles="https://github.com/codestation/vitamtp/archive/refs/heads/master.tar.gz"
1514
checksum="01c344e93a39f3c5cd5725c12e58adbeb779045c0fe67e604e4b25c766d41803"
16-
15+
shlib_provides="libvitamtp.so.5"
1716
pre_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-
2321
vitamtp-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
}

0 commit comments

Comments
 (0)