wok-next view pyalsa/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents d457c4e37c1b
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pyalsa"
4 VERSION="1.1.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="Python bindings for the ALSA library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2"
9 WEB_SITE="https://www.alsa-project.org/main/index.php/Main_Page"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="ftp://ftp.alsa-project.org/pub/pyalsa/$TARBALL"
14 BUILD_DEPENDS="python-dev alsa-lib-dev"
16 compile_rules() {
17 python -B setup.py build &&
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="alsa-lib python"
24 }