wok-next view binclock/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 65f5c0b7dcd4
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="binclock"
4 VERSION="1.5"
5 CATEGORY="utilities"
6 SHORT_DESC="Prints time in binary format"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.ngolde.de/binclock.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.ngolde.de/download/$TARBALL"
14 compile_rules() {
15 make || return 1
17 install -Dm755 binclock $install/usr/bin/binclock
18 install -Dm644 binclockrc $install/etc/binclockrc
19 cook_pick_manpages doc/binclock.1
20 cook_pick_docs README CHANGELOG
21 }
23 genpkg_rules() {
24 copy @std
25 CONFIG_FILES="/etc/binclockrc"
26 }