wok annotate discount/receipt @ rev 22770

updated fox, fox-dev and fox-doc (1.6.49 -> 1.6.57)
author Hans-G?nter Theisgen
date Sat Jan 25 15:38:28 2020 +0100 (2020-01-25)
parents fb8526ee16f5
children 5ea0ce1cecc0
rev   line source
tcg@17140 1 # SliTaz package receipt.
tcg@17140 2
tcg@17140 3 PACKAGE="discount"
Hans-G?nter@22734 4 VERSION="2.2.6"
tcg@17140 5 CATEGORY="utilities"
Hans-G?nter@22734 6 SHORT_DESC="A C implementation of the markdown language."
necrophcodr@17745 7 MAINTAINER="necrophcodr@necrophcodr.me"
tcg@17140 8 LICENSE="BSD3"
Hans-G?nter@22734 9 WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown/"
Hans-G?nter@20838 10
Hans-G?nter@22734 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@20838 12 WGET_URL="https://github.com/Orc/$PACKAGE/archive/v$VERSION/$TARBALL"
tcg@17140 13
tcg@17140 14 DEPENDS=""
pascal@17152 15 BUILD_DEPENDS=""
Hans-G?nter@22734 16
Hans-G?nter@20838 17 HOST_ARCH="i486 arm"
tcg@17140 18
tcg@17140 19 # Rules to configure and make the package.
tcg@17140 20 compile_rules()
tcg@17140 21 {
tcg@17140 22 ./configure.sh --prefix=/usr &&
Hans-G?nter@22735 23 make -j 1 &&
pascal@17153 24 make DESTDIR=$DESTDIR install
tcg@17140 25 }
tcg@17140 26
tcg@17140 27
tcg@17140 28 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17140 29 genpkg_rules()
tcg@17140 30 {
pascal@17152 31 mkdir -p $fs/usr
Hans-G?nter@22734 32 cp -a $install/usr/bin $fs/usr/
tcg@17140 33 }