wok view discount-dev/receipt @ rev 19132

pcmanfm: add tazpkg-get action
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun May 15 02:07:14 2016 +0200 (2016-05-15)
parents 5ed8a72ad8ba
children 0ef1c61de86d
line source
1 # SliTaz package receipt.
3 PACKAGE="discount-dev"
4 VERSION="2.1.8"
5 CATEGORY="development"
6 SHORT_DESC="a C implementation of the markdown spec - dev files"
7 MAINTAINER="necrophcodr@necrophcodr.me"
8 LICENSE="BSD3"
9 WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown/"
10 HOST_ARCH="i486 arm"
11 WANTED="discount"
13 DEPENDS="discount"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib $fs/usr
21 }