wok annotate discount/receipt @ rev 17152

Down disount (2.1.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 11 15:41:24 2014 +0200 (2014-09-11)
parents d5320a34f352
children 2a88fa76e991
rev   line source
tcg@17140 1 # SliTaz package receipt.
tcg@17140 2
tcg@17140 3 PACKAGE="discount"
pascal@17152 4 VERSION="2.1.6"
tcg@17140 5 CATEGORY="utilities"
tcg@17140 6 SHORT_DESC="a C implementation of the markdown spec"
tcg@17140 7 MAINTAINER="tcg.thegamer@gmail.com"
tcg@17140 8 LICENSE="BSD3"
tcg@17140 9 TARBALL="${PACKAGE}-${VERSION}.tgz"
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@17152 22 make DESTDIR=$DESTDIR
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 }