wok view xwax/receipt @ rev 20136

Add (moved from undigest) : kdelibs, kactivities, kfilemetadata, qimageblitz, konsole, okular, kate
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Oct 30 02:35:48 2017 +0100 (2017-10-30)
parents
children d7bacc22f5eb
line source
1 # SliTaz package receipt.
3 PACKAGE="xwax"
4 VERSION="1.5"
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"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/releases/$TARBALL"
13 DEPENDS="libsdl libsdl-ttf alsa-lib"
14 BUILD_DEPENDS="libsdl-dev libsdl-ttf-dev alsa-lib-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS --enable-alsa --prefix /usr && \
20 LDFLAGS=-Os make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }