wok-next view dssi/receipt @ rev 20547

Tiny edits in order to removing *.la
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 04 12:25:12 2018 +0300 (2018-04-04)
parents d43bf7aae921
children 835b3b8ce6ac
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dssi"
4 VERSION="1.1.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="An audio plugin API for soft synths and effects"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://dssi.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="alsa-lib-dev ladspa-dev"
15 SPLIT="dssi-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 dssi) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }