wok-next view xwax/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 1ff0133b1f8c
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xwax"
4 VERSION="1.7"
5 CATEGORY="multimedia"
6 SHORT_DESC="An open-source Digital Vinyl System (DVS) for Linux"
7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
8 LICENSE="GPL2"
9 WEB_SITE="http://xwax.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://xwax.org/releases/$TARBALL"
14 BUILD_DEPENDS="sdl-dev sdl-ttf-dev alsa-lib-dev"
16 compile_rules() {
17 ./configure \
18 --enable-alsa \
19 --prefix=/usr \
20 $CONFIGURE_ARGS &&
21 LDFLAGS=-Os make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="sdl sdl-ttf alsa-lib"
28 }