wok-current annotate gob2-dev/receipt @ rev 25792
Fix openbox menu, label keymap on lxpanel and add miss it translation for tazpkg
| author | Stanislas Leduc <shann@slitaz.org> |
|---|---|
| date | Tue Oct 07 05:55:24 2025 +0000 (3 weeks ago) |
| parents | 69c80106a6af |
| children |
| rev | line source |
|---|---|
| jozee@4499 | 1 # SliTaz package receipt. |
| jozee@4499 | 2 |
| jozee@4499 | 3 PACKAGE="gob2-dev" |
| Hans-Günter@20984 | 4 VERSION="2.0.20" |
| jozee@4499 | 5 CATEGORY="development" |
| jozee@4499 | 6 MAINTAINER="jozee@slitaz.org" |
| pascal@15000 | 7 LICENSE="GPL2" |
| Hans-Günter@20984 | 8 SHORT_DESC="gob2 development library." |
| Hans-Günter@20984 | 9 WEB_SITE="https://www.jirka.org/gob.html" |
| Hans-Günter@20984 | 10 |
| jozee@4499 | 11 WANTED="gob2" |
| pankso@16271 | 12 HOST_ARCH="i486 arm" |
| jozee@4499 | 13 |
| jozee@4499 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
| jozee@4499 | 15 genpkg_rules() |
| jozee@4499 | 16 { |
| jozee@4499 | 17 mkdir -p $fs/usr/share |
| pascal@15000 | 18 cp -a $install/usr/share/aclocal* $fs/usr/share |
| jozee@4499 | 19 } |