wok-next annotate fribidi/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents d5aab818505e
children 1373ba88de7e
rev   line source
al@20385 1 # SliTaz package receipt v2.
pankso@31 2
pankso@31 3 PACKAGE="fribidi"
al@20905 4 VERSION="1.0.5"
pankso@211 5 CATEGORY="x-window"
al@19693 6 SHORT_DESC="Implementation of the Unicode Bidirectional Algorithm"
al@21020 7 MAINTAINER="devel@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
al@19693 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20629 13 WGET_URL="https://github.com/fribidi/fribidi/releases/download/v$VERSION/$TARBALL"
al@21143 14 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
al@20385 22 compile_rules() {
al@20569 23 ./configure $CONFIGURE_ARGS &&
al@20569 24 fix libtool &&
al@20569 25 make &&
al@20569 26 make install
pankso@31 27 }