wok annotate pulseaudio-man/receipt @ rev 19311
Make "yad" the virtual package with real options: "yad-gtk2" and "yad-gtk3"
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jul 12 02:38:19 2016 +0300 (2016-07-12) |
parents | cb0b69dc94c7 |
children | 7f233a31ffe2 |
rev | line source |
---|---|
pascal@17005 | 1 # SliTaz package receipt. |
pascal@17005 | 2 |
pascal@17005 | 3 PACKAGE="pulseaudio-man" |
pascal@17005 | 4 VERSION="5.0" |
pascal@17005 | 5 CATEGORY="development" |
pascal@17005 | 6 SHORT_DESC="A sound system for POSIX OSes, man files." |
pascal@17005 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17006 | 8 LICENSE="LGPL2.1 GPL2 MIT" |
pascal@17005 | 9 WEB_SITE="http://www.pulseaudio.org/" |
pascal@17005 | 10 WANTED="pulseaudio" |
pascal@17005 | 11 |
pascal@17005 | 12 DEPENDS="pulseaudio" |
pascal@17005 | 13 |
pascal@17005 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17005 | 15 genpkg_rules() |
pascal@17005 | 16 { |
pascal@17005 | 17 mkdir -p $fs/usr/share |
pascal@17005 | 18 cp -a $install/usr/share/man $fs/usr/share |
pascal@17005 | 19 } |