wok view apulse/receipt @ rev 19083

Add themes from the Shimmer Project that fit GTK+2/3 at the same time
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 29 17:46:17 2016 +0300 (2016-04-29)
parents
children 5fbd252d16d2
line source
1 # SliTaz package receipt.
3 PACKAGE="apulse"
4 VERSION="0.1.5"
5 CATEGORY="multimedia"
6 SHORT_DESC="PulseAudio emulator for Alsa"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/i-rinat/apulse"
10 TARBALL="v$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/archive/$TARBALL"
12 SUGGESTED="skype"
14 DEPENDS="pcre alsa-lib glib"
15 BUILD_DEPENDS="cmake wget alsa-lib-dev glib-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 mv $src/* ../
21 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }