wok annotate discount/receipt @ rev 18650

Add libsqlite-tcl
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 02 11:54:07 2015 +0100 (2015-12-02)
parents 27abeca1c8da
children 0ef1c61de86d
rev   line source
tcg@17140 1 # SliTaz package receipt.
tcg@17140 2
tcg@17140 3 PACKAGE="discount"
necrophcodr@17745 4 VERSION="2.1.8"
tcg@17140 5 CATEGORY="utilities"
tcg@17140 6 SHORT_DESC="a C implementation of the markdown spec"
necrophcodr@17745 7 MAINTAINER="necrophcodr@necrophcodr.me"
tcg@17140 8 LICENSE="BSD3"
pascal@17747 9 TARBALL="${PACKAGE}-${VERSION}.tar.gz"
tcg@17140 10 WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown"
pascal@17152 11 WGET_URL="${WEB_SITE}/${TARBALL}"
tcg@17140 12 HOST_ARCH="i486 arm"
tcg@17140 13
tcg@17140 14 DEPENDS=""
pascal@17152 15 BUILD_DEPENDS=""
tcg@17140 16
tcg@17140 17 # Rules to configure and make the package.
tcg@17140 18 compile_rules()
tcg@17140 19 {
tcg@17140 20 ./configure.sh --prefix=/usr &&
pascal@17152 21 make &&
pascal@17153 22 make DESTDIR=$DESTDIR install
tcg@17140 23 }
tcg@17140 24
tcg@17140 25
tcg@17140 26 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17140 27 genpkg_rules()
tcg@17140 28 {
pascal@17152 29 mkdir -p $fs/usr
pascal@17152 30 cp -a $install/usr/bin $fs/usr/
tcg@17140 31 }