wok-next annotate liblo/receipt @ rev 20317

Up kmod, lxqt, oxygen-icons, slitaz-base-files, slitaz-configs; add eggwm-qt5, pencil2d.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 11 16:06:23 2017 +0200 (2017-11-11)
parents 8f447cf2eee5
children 25deb7c6df08
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"
jozee@6825 7 MAINTAINER="jozee@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@20229 15 SPLIT="liblo-dev"
jozee@6825 16
al@20229 17 compile_rules() {
al@20229 18 ./configure $CONFIGURE_ARGS && make && make install || return 1
jozee@6825 19
al@20229 20 cook_pick_manpages doc/man/man3/[lp]*
jozee@6825 21 }
al@20229 22
al@20229 23 genpkg_rules() {
al@20229 24 case $PACKAGE in
al@20229 25 liblo) copy @std;;
al@20229 26 *-dev) copy @dev;;
al@20229 27 esac
jozee@6825 28 }