wok annotate xwax/receipt @ rev 22649

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-14)
parents e97cb88f25e8
children 318701ea94ca
rev   line source
llevrel@18878 1 # SliTaz package receipt.
llevrel@18878 2
llevrel@18878 3 PACKAGE="xwax"
Hans-G?nter@22317 4 VERSION="1.7"
llevrel@18878 5 CATEGORY="multimedia"
Hans-G?nter@22317 6 SHORT_DESC="An open-source Digital Vinyl System (DVS) for Linux."
llevrel@18878 7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
llevrel@18878 8 LICENSE="GPL2"
Hans-G?nter@22317 9 WEB_SITE="https://xwax.org/"
Hans-G?nter@22317 10
llevrel@18878 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@22317 12 WGET_URL="${WEB_SITE}releases/$TARBALL"
llevrel@18878 13
Hans-G?nter@22317 14 DEPENDS="alsa-lib libsdl libsdl-ttf"
Hans-G?nter@22317 15 BUILD_DEPENDS="alsa-lib-dev libsdl-dev libsdl-ttf-dev"
llevrel@18878 16
llevrel@18878 17 # Rules to configure and make the package.
llevrel@18878 18 compile_rules()
llevrel@18878 19 {
Hans-G?nter@22317 20 ./configure \
Hans-G?nter@22317 21 --enable-alsa \
Hans-G?nter@22317 22 --prefix /usr \
Hans-G?nter@22317 23 $CONFIGURE_ARGS &&
Hans-G?nter@22317 24 LDFLAGS=-Os make &&
Hans-G?nter@22317 25 make install
llevrel@18878 26 }
llevrel@18878 27
llevrel@18878 28 # Rules to gen a SliTaz package suitable for Tazpkg.
llevrel@18878 29 genpkg_rules()
llevrel@18878 30 {
llevrel@18878 31 cp -a $install/* $fs
llevrel@18878 32 }