wok-next annotate fribidi/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 29128929e4f9
children
rev   line source
al@20385 1 # SliTaz package receipt v2.
pankso@31 2
pankso@31 3 PACKAGE="fribidi"
Hans-G?nter@21666 4 VERSION="1.0.9"
pankso@211 5 CATEGORY="x-window"
al@19693 6 SHORT_DESC="Implementation of the Unicode Bidirectional Algorithm"
Hans-G?nter@21666 7 MAINTAINER="maintainer@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
al@20629 9 WEB_SITE="https://github.com/fribidi/fribidi/"
al@20905 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/fribidi.html"
pankso@31 11
Hans-G?nter@21666 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@21666 13 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
Hans-G?nter@21666 14 # 1.0.5 TARBALL_SHA1="39d2bcb3ef93365222e7cdaf648cd167785ec3bf"
al@19693 15
al@19693 16 BUILD_DEPENDS="glib-dev"
al@21020 17 SPLIT="$PACKAGE-dev"
pascal@14996 18
al@21143 19 COPY_std="fribidi *.so.*"
al@21143 20 COPY_dev="@dev *.so"
al@21143 21
Hans-G?nter@21666 22 compile_rules()
Hans-G?nter@21666 23 {
al@20569 24 ./configure $CONFIGURE_ARGS &&
al@20569 25 fix libtool &&
al@20569 26 make &&
al@20569 27 make install
pankso@31 28 }