wok view discount-dev/receipt @ rev 17903

smbclient: symlink smbspool to cups backend (again)
author Richard Dunbar <mojo@slitaz.org>
date Sat Apr 04 10:31:10 2015 -0400 (2015-04-04)
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 }