wok-next annotate liblo/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents 25deb7c6df08
children
rev   line source
al@20229 1 # SliTaz package receipt v2.
jozee@6825 2
jozee@6825 3 PACKAGE="liblo"
al@20229 4 VERSION="0.29"
jozee@6825 5 CATEGORY="multimedia"
al@20229 6 SHORT_DESC="Lightweight OSC (Open Sound Control) protocol implementation"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15473 8 LICENSE="LGPL2.1"
al@20229 9 WEB_SITE="http://liblo.sourceforge.net/"
al@20229 10
jozee@6825 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20229 12 WGET_URL="https://github.com/radarsat1/liblo/releases/download/$VERSION/$TARBALL"
jozee@6825 13
al@20229 14 BUILD_DEPENDS="doxygen"
al@21020 15 SPLIT="$PACKAGE-dev"
jozee@6825 16
al@20229 17 compile_rules() {
al@20577 18 ./configure $CONFIGURE_ARGS &&
al@20577 19 fix libtool &&
al@20577 20 make &&
al@20577 21 make install || return 1
jozee@6825 22
al@20229 23 cook_pick_manpages doc/man/man3/[lp]*
jozee@6825 24 }
al@20229 25
al@20229 26 genpkg_rules() {
al@20229 27 case $PACKAGE in
al@20229 28 liblo) copy @std;;
al@20229 29 *-dev) copy @dev;;
al@20229 30 esac
jozee@6825 31 }