wok-current diff alsa-tools-envy24control/receipt @ rev 14202
Add w3m
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Mar 14 05:13:26 2013 +0000 (2013-03-14) |
parents | |
children | f4c22f009037 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/alsa-tools-envy24control/receipt Thu Mar 14 05:13:26 2013 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="alsa-tools-envy24control" 1.7 +VERSION="1.0.26.1" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="Control tool for Envy24 (ice1712) based soundcards." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WANTED="alsa-tools" 1.12 +WEB_SITE="http://www.alsa-project.org/" 1.13 + 1.14 +DEPENDS="alsa-lib gtk+" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/bin 1.20 + cp -a $install/usr/bin/envy24control $fs/usr/bin 1.21 +}