wok annotate discount/receipt @ rev 22055

updated ttf-open-dyslexic (20121111 -> 20160623)
author Hans-G?nter Theisgen
date Wed Oct 23 15:39:03 2019 +0100 (2019-10-23)
parents b81825d54cb6
children fb8526ee16f5
rev   line source
tcg@17140 1 # SliTaz package receipt.
tcg@17140 2
tcg@17140 3 PACKAGE="discount"
Hans-G?nter@20838 4 VERSION="2.2.5"
tcg@17140 5 CATEGORY="utilities"
Hans-G?nter@20838 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@20838 9 WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown"
Hans-G?nter@20838 10
pascal@17747 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@20838 16 HOST_ARCH="i486 arm"
tcg@17140 17
tcg@17140 18 # Rules to configure and make the package.
tcg@17140 19 compile_rules()
tcg@17140 20 {
tcg@17140 21 ./configure.sh --prefix=/usr &&
Hans-G?nter@20838 22 make -j 1 &&
pascal@17153 23 make DESTDIR=$DESTDIR install
tcg@17140 24 }
tcg@17140 25
tcg@17140 26
tcg@17140 27 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17140 28 genpkg_rules()
tcg@17140 29 {
pascal@17152 30 mkdir -p $fs/usr
pascal@17152 31 cp -a $install/usr/bin $fs/usr/
tcg@17140 32 }