wok-next view fribidi/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children 1373ba88de7e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fribidi"
4 VERSION="1.0.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Implementation of the Unicode Bidirectional Algorithm"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/fribidi/fribidi/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/fribidi.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://github.com/fribidi/fribidi/releases/download/v$VERSION/$TARBALL"
14 TARBALL_SHA1="39d2bcb3ef93365222e7cdaf648cd167785ec3bf"
16 BUILD_DEPENDS="glib-dev"
17 SPLIT="$PACKAGE-dev"
19 COPY_std="fribidi *.so.*"
20 COPY_dev="@dev *.so"
22 compile_rules() {
23 ./configure $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }