wok-next annotate sundown/receipt @ rev 20139

Up cairo-dock-plugins (3.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 08:51:59 2017 +0100 (2017-11-01)
parents 61e23282014d
children d6378d455338
rev   line source
al@18770 1 # SliTaz package receipt.
al@18770 2
al@18770 3 PACKAGE="sundown"
al@18770 4 VERSION="1.16.0"
al@18770 5 COMMIT="37728fb2d7137ff7c37d0a474cb827a8d6d846d8"
al@18770 6 CATEGORY="utilities"
al@18770 7 SHORT_DESC="Standards compliant, fast, secure markdown processing library in C"
al@18770 8 MAINTAINER="al.bobylev@gmail.com"
al@18770 9 LICENSE="ISC"
al@18770 10 WEB_SITE="https://github.com/vmg/sundown"
al@18770 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@18770 12 WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
al@18770 13
al@18770 14 DEPENDS=""
al@18770 15 BUILD_DEPENDS=""
al@18770 16
al@18770 17 # Rules to configure and make the package.
al@18770 18 compile_rules()
al@18770 19 {
al@18770 20 #sed -i 's|O3|Os|' $src/Makefile
al@18770 21 patch -p1 -i $stuff/sundown.options.patch
al@19671 22 sed -i 's|-Wl||' Makefile
al@19671 23
al@18770 24 make
al@19671 25
al@18770 26 mkdir -p $install/usr/bin
al@18770 27 cp -a $src/sundown $install/usr/bin
al@18770 28 }
al@18770 29
al@18770 30 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18770 31 genpkg_rules()
al@18770 32 {
al@18770 33 cp -a $install/* $fs
al@18770 34 }