wok-next annotate xwax/receipt @ rev 20213

directfb: add libpng patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 04 22:29:34 2017 +0100 (2017-11-04)
parents
children 1ff0133b1f8c
rev   line source
llevrel@18878 1 # SliTaz package receipt.
llevrel@18878 2
llevrel@18878 3 PACKAGE="xwax"
llevrel@18878 4 VERSION="1.5"
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"
llevrel@18878 9 WEB_SITE="http://xwax.org"
llevrel@18878 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
llevrel@18878 11 WGET_URL="$WEB_SITE/releases/$TARBALL"
llevrel@18878 12
llevrel@18878 13 DEPENDS="libsdl libsdl-ttf alsa-lib"
llevrel@18878 14 BUILD_DEPENDS="libsdl-dev libsdl-ttf-dev alsa-lib-dev"
llevrel@18878 15
llevrel@18878 16 # Rules to configure and make the package.
llevrel@18878 17 compile_rules()
llevrel@18878 18 {
llevrel@18878 19 ./configure $CONFIGURE_ARGS --enable-alsa --prefix /usr && \
llevrel@18878 20 LDFLAGS=-Os make && make install
llevrel@18878 21 }
llevrel@18878 22
llevrel@18878 23 # Rules to gen a SliTaz package suitable for Tazpkg.
llevrel@18878 24 genpkg_rules()
llevrel@18878 25 {
llevrel@18878 26 cp -a $install/* $fs
llevrel@18878 27 }