wok annotate ttyrec/receipt @ rev 22802

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-28)
parents
children 453c249b6219
rev   line source
pascal@17417 1 # SliTaz package receipt.
pascal@17417 2
pascal@17417 3 PACKAGE="ttyrec"
pascal@17417 4 VERSION="1.0.8"
pascal@17417 5 CATEGORY="misc"
pascal@17417 6 SHORT_DESC="A tty recorder."
pascal@17417 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17417 8 LICENSE="BSD"
pascal@17417 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17417 10 WEB_SITE="http://0xcc.net/ttyrec"
pascal@17417 11 WGET_URL="$WEB_SITE/$TARBALL"
pascal@17417 12
pascal@17417 13 # Rules to configure and make the package.
pascal@17417 14 compile_rules()
pascal@17417 15 {
pascal@17417 16 make
pascal@17417 17 }
pascal@17417 18
pascal@17417 19 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17417 20 genpkg_rules()
pascal@17417 21 {
pascal@17417 22 mkdir -p $fs/usr/bin
pascal@17417 23 cp -a $src/ttyrec $fs/usr/bin
pascal@17417 24 cp -a $src/ttyplay $fs/usr/bin
pascal@17417 25 cp -a $src/ttytime $fs/usr/bin
pascal@17417 26 }