wok-6.x annotate xwax/receipt @ rev 20603
Update iptraf & gcc3
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 17 12:19:32 2018 +0100 (2018-12-17) |
parents | |
children | d7bacc22f5eb |
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 } |