wok diff sundown/receipt @ rev 22570
modified recipe for bluez-alsa
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 06 08:00:18 2020 +0100 (2020-01-06) |
parents | |
children | 34e801e0eb52 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/sundown/receipt Mon Jan 06 08:00:18 2020 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="sundown" 1.7 +VERSION="1.16.0" 1.8 +COMMIT="37728fb2d7137ff7c37d0a474cb827a8d6d846d8" 1.9 +CATEGORY="utilities" 1.10 +SHORT_DESC="Standards compliant, fast, secure markdown processing library in C" 1.11 +MAINTAINER="al.bobylev@gmail.com" 1.12 +LICENSE="ISC" 1.13 +WEB_SITE="https://github.com/vmg/sundown" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz" 1.16 + 1.17 +DEPENDS="" 1.18 +BUILD_DEPENDS="" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + #sed -i 's|O3|Os|' $src/Makefile 1.24 + patch -p1 -i $stuff/sundown.options.patch 1.25 + make 1.26 + mkdir -p $install/usr/bin 1.27 + cp -a $src/sundown $install/usr/bin 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + cp -a $install/* $fs 1.34 +}