wok view sundown/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents
children 34e801e0eb52
line source
1 # SliTaz package receipt.
3 PACKAGE="sundown"
4 VERSION="1.16.0"
5 COMMIT="37728fb2d7137ff7c37d0a474cb827a8d6d846d8"
6 CATEGORY="utilities"
7 SHORT_DESC="Standards compliant, fast, secure markdown processing library in C"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="ISC"
10 WEB_SITE="https://github.com/vmg/sundown"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
14 DEPENDS=""
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 #sed -i 's|O3|Os|' $src/Makefile
21 patch -p1 -i $stuff/sundown.options.patch
22 make
23 mkdir -p $install/usr/bin
24 cp -a $src/sundown $install/usr/bin
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }