wok view lz4/receipt @ rev 17015

Add `phonon` that supports pulseadio
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Aug 13 08:43:05 2014 +0200 (2014-08-13)
parents 934107586152
children 78fa0f27d311
line source
1 # SliTaz package receipt.
3 PACKAGE="lz4"
4 VERSION="112"
5 CATEGORY="base-system"
6 SHORT_DESC="High speed lossless compressor."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://code.google.com/p/lz4/"
10 TARBALL="$PACKAGE-r$VERSION.tar.gz"
11 WGET_URL="http://lz4.googlecode.com/files/$TARBALL"
12 TAGS="compression"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make && make DESTDIR=$DESTDIR install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $install/usr/bin/lz4 $fs/usr/bin
25 }