wok annotate discount/receipt @ rev 17701

Add libmateweather
author Yuri Pourre <yuripourre@gmail.com>
date Fri Feb 27 01:06:08 2015 -0300 (2015-02-27)
parents 5ed8a72ad8ba
children 27abeca1c8da
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"
pascal@17153 9 TARBALL="${PACKAGE}-${VERSION}.tar.bz2"
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 }