wok-next view fribidi/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents 29128929e4f9
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fribidi"
4 VERSION="1.0.9"
5 CATEGORY="x-window"
6 SHORT_DESC="Implementation of the Unicode Bidirectional Algorithm"
7 MAINTAINER="maintainer@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.xz"
13 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
14 # 1.0.5 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 {
24 ./configure $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }