wok-6.x view discount/receipt @ rev 17300
Update weechat to 1.0.1 (needs further testing, if unstable somehow then
downgrade to at most 0.4.3).
downgrade to at most 0.4.3).
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Thu Oct 30 23:27:48 2014 +0100 (2014-10-30) |
parents | 5ed8a72ad8ba |
children | 27abeca1c8da |
line source
1 # SliTaz package receipt.
3 PACKAGE="discount"
4 VERSION="2.1.6"
5 CATEGORY="utilities"
6 SHORT_DESC="a C implementation of the markdown spec"
7 MAINTAINER="tcg.thegamer@gmail.com"
8 LICENSE="BSD3"
9 TARBALL="${PACKAGE}-${VERSION}.tar.bz2"
10 WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown"
11 WGET_URL="${WEB_SITE}/${TARBALL}"
12 HOST_ARCH="i486 arm"
14 DEPENDS=""
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure.sh --prefix=/usr &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/bin $fs/usr/
31 }