wok diff apulse/receipt @ rev 19625
Up openssh (7.4p1) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 12 09:30:51 2017 +0100 (2017-01-12) |
parents | |
children | 5fbd252d16d2 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/apulse/receipt Thu Jan 12 09:30:51 2017 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="apulse" 1.7 +VERSION="0.1.5" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="PulseAudio emulator for Alsa" 1.10 +MAINTAINER="psychomaniak@xakep.ru" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="https://github.com/i-rinat/apulse" 1.13 +TARBALL="v$VERSION.tar.gz" 1.14 +WGET_URL="$WEB_SITE/archive/$TARBALL" 1.15 +SUGGESTED="skype" 1.16 + 1.17 +DEPENDS="pcre alsa-lib glib" 1.18 +BUILD_DEPENDS="cmake wget alsa-lib-dev glib-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + mv $src/* ../ 1.24 + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. 1.25 + make && make install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + cp -a $install/* $fs 1.32 +}