wok annotate discount-dev/receipt @ rev 17783
Up: llvm 3.6
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Mar 14 20:18:37 2015 +0000 (2015-03-14) |
parents | 5ed8a72ad8ba |
children | 0ef1c61de86d |
rev | line source |
---|---|
tcg@17140 | 1 # SliTaz package receipt. |
tcg@17140 | 2 |
tcg@17140 | 3 PACKAGE="discount-dev" |
necrophcodr@17745 | 4 VERSION="2.1.8" |
tcg@17140 | 5 CATEGORY="development" |
tcg@17140 | 6 SHORT_DESC="a C implementation of the markdown spec - dev files" |
necrophcodr@17745 | 7 MAINTAINER="necrophcodr@necrophcodr.me" |
tcg@17140 | 8 LICENSE="BSD3" |
tcg@17140 | 9 WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown/" |
tcg@17140 | 10 HOST_ARCH="i486 arm" |
tcg@17140 | 11 WANTED="discount" |
tcg@17140 | 12 |
tcg@17140 | 13 DEPENDS="discount" |
tcg@17140 | 14 |
tcg@17140 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
tcg@17140 | 16 genpkg_rules() |
tcg@17140 | 17 { |
pascal@17152 | 18 mkdir -p $fs/usr |
pascal@17152 | 19 cp -a $install/usr/include $fs/usr |
pascal@17152 | 20 cp -a $install/usr/lib $fs/usr |
tcg@17140 | 21 } |