File tree Expand file tree Collapse file tree 2 files changed +21
-6
lines changed
Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1+ liblo
Original file line number Diff line number Diff line change 11# Template file for 'liblo'
22pkgname=liblo
3- version=0.32
3+ version=0.34
44revision=1
55build_style=gnu-configure
6+ hostmakedepends="autoconf automake libtool doxygen"
67short_desc="Lightweight OSC implementation"
78maintainer="Rutpiv <
[email protected] >"
89license="LGPL-2.1-or-later"
910homepage="https://liblo.sourceforge.net/"
10- distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}- ${version}.tar.gz"
11- checksum=5df05f2a0395fc5ac90f6b538b8c82bb21941406fd1a70a765c7336a47d70208
12- make_check=no # Tests freeze or fail intermittently.
13- nopie =yes
11+ distfiles="https://github.com/radarsat1/liblo/archive/ ${version}.tar.gz"
12+ checksum=e9a294c7613e1bec2abcf26f2010604643d605ed6852e16b51837400729fcbee
13+
14+ disable_parallel_check =yes
1415
1516pre_configure() {
17+ ./autogen.sh --no-configure
1618 vsed -i '/-Werror/d' configure
1719}
1820
21+ post_install() {
22+ vmkdir usr/share/doc/${pkgname}
23+ vcopy doc/html usr/share/doc/${pkgname}
24+ }
25+
1926liblo-devel_package() {
2027 depends="${sourcepkg}>=${version}_${revision}"
2128 short_desc+=" - development files"
2229 pkg_install() {
2330 vmove usr/include
24- vmove usr/lib/pkgconfig
2531 vmove "usr/lib/*.so"
32+ vmove usr/lib/pkgconfig
33+ }
34+ }
35+
36+ liblo-doc_package() {
37+ short_desc+=" - documentation"
38+ pkg_install() {
39+ vmove /usr/share/doc
2640 }
2741}
You can’t perform that action at this time.
0 commit comments