wok annotate bmpanel2cfg/receipt @ rev 24965
netsurf-sdl: replaced netsurf by netsurf-fb in desktop file
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 25 07:15:39 2022 +0100 (2022-04-25) |
parents | 5d53e8ccbc8d |
children |
rev | line source |
---|---|
jozee@6821 | 1 # SliTaz package receipt. |
jozee@6821 | 2 |
jozee@6821 | 3 PACKAGE="bmpanel2cfg" |
jozee@6821 | 4 VERSION="2.1pre1" |
jozee@6821 | 5 CATEGORY="misc" |
jozee@6821 | 6 MAINTAINER="jozee@slitaz.org" |
pascal@15482 | 7 LICENSE="MIT" |
jozee@6821 | 8 SHORT_DESC="bmpanel2 configurator" |
pascal@20671 | 9 WEB_SITE="https://github.com/nsf/bmpanel2" |
jozee@6821 | 10 WANTED="bmpanel2" |
al@17501 | 11 TAGS="panel" |
jozee@6821 | 12 |
pascal@15482 | 13 DEPENDS="pygtk" |
al@17501 | 14 |
jozee@6821 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@6821 | 16 genpkg_rules() |
jozee@6821 | 17 { |
jozee@6821 | 18 mkdir -p $fs/usr/lib $fs/usr/bin |
pascal@15482 | 19 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin |
al@17501 | 20 cp -a $install/usr/lib/python* $fs/usr/lib |
jozee@6821 | 21 } |