wok-current annotate libunique-doc/receipt @ rev 23491
updated python-html5lib (0.95 -> 1.0.1)
| author | Hans-Günter Theisgen |
|---|---|
| date | Sun Apr 05 17:52:46 2020 +0100 (2020-04-05) |
| parents | d17fa96382b5 |
| children |
| rev | line source |
|---|---|
| erjo@4760 | 1 # SliTaz package receipt. |
| erjo@4760 | 2 |
| erjo@4760 | 3 PACKAGE="libunique-doc" |
| slaxemulator@6288 | 4 VERSION="1.1.6" |
| erjo@4760 | 5 CATEGORY="development" |
| llevrel@18791 | 6 SHORT_DESC="Libunique documentation." |
| erjo@4760 | 7 MAINTAINER="erjo@slitaz.org" |
| pascal@14718 | 8 LICENSE="LGPL2.1" |
| pascal@20674 | 9 WEB_SITE="https://wiki.gnome.org/Attic/LibUnique" |
| erjo@4760 | 10 WANTED="libunique" |
| erjo@4760 | 11 |
| pascal@14718 | 12 DEPENDS="libunique" |
| pascal@14718 | 13 |
| erjo@4760 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
| erjo@4760 | 15 genpkg_rules() |
| erjo@4760 | 16 { |
| slaxemulator@7562 | 17 mkdir -p $fs/usr/share |
| pascal@14718 | 18 cp -a $install/usr/share/gtk-doc $fs/usr/share |
| erjo@4760 | 19 } |
| erjo@4760 | 20 |