Skip to content

Commit e0d7e07

Browse files
committed
liblo: update to 0.34.
1 parent 37daa8a commit e0d7e07

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

srcpkgs/liblo-doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
liblo

srcpkgs/liblo/template

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,41 @@
11
# Template file for 'liblo'
22
pkgname=liblo
3-
version=0.32
3+
version=0.34
44
revision=1
55
build_style=gnu-configure
6+
configure_args="--enable-doc"
7+
make_check_args="-j1"
8+
hostmakedepends="autoconf automake libtool doxygen"
69
short_desc="Lightweight OSC implementation"
710
maintainer="Rutpiv <[email protected]>"
811
license="LGPL-2.1-or-later"
912
homepage="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
13+
distfiles="https://github.com/radarsat1/liblo/archive/${version}.tar.gz"
14+
checksum=e9a294c7613e1bec2abcf26f2010604643d605ed6852e16b51837400729fcbee
1415

1516
pre_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+
1926
liblo-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
}

0 commit comments

Comments
 (0)