wok-next annotate xwax/receipt @ rev 20750

consolekit2, esound, fuse-emulator, glib, gstreamer1: update bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 01 11:43:22 2018 +0300 (2018-06-01)
parents e97cb88f25e8
children 0f2575775b2d
rev   line source
al@20475 1 # SliTaz package receipt v2.
llevrel@18878 2
llevrel@18878 3 PACKAGE="xwax"
al@20475 4 VERSION="1.7"
llevrel@18878 5 CATEGORY="multimedia"
llevrel@18878 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"
al@20475 9 WEB_SITE="http://xwax.org/"
al@20475 10
llevrel@18878 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20475 12 WGET_URL="http://xwax.org/releases/$TARBALL"
llevrel@18878 13
llevrel@18878 14 BUILD_DEPENDS="libsdl-dev libsdl-ttf-dev alsa-lib-dev"
llevrel@18878 15
al@20475 16 compile_rules() {
al@20475 17 ./configure \
al@20475 18 --enable-alsa \
al@20475 19 --prefix=/usr \
al@20475 20 $CONFIGURE_ARGS &&
al@20475 21 LDFLAGS=-Os make &&
al@20475 22 make install
llevrel@18878 23 }
llevrel@18878 24
al@20475 25 genpkg_rules() {
al@20475 26 copy @std
al@20475 27 DEPENDS="libsdl libsdl-ttf alsa-lib"
llevrel@18878 28 }