wok view pulseaudio-man/receipt @ rev 20366
debugging with markers, I think the build server does NOT build the gpg... but here locally gpg binary is created and at the place it should be
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 20:40:08 2018 +0000 (2018-06-09) |
parents | 7f233a31ffe2 |
children | 230b437620ca |
line source
1 # SliTaz package receipt.
3 PACKAGE="pulseaudio-man"
4 VERSION="8.0"
5 CATEGORY="development"
6 SHORT_DESC="A sound system for POSIX OSes (man pages)"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1 GPL2 MIT"
9 WEB_SITE="http://www.pulseaudio.org/"
11 WANTED="pulseaudio"
12 DEPENDS="pulseaudio"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders man
18 }