wok-next view fribidi/receipt @ rev 19993

Up qtwebkit (5.212.0-alpha2)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 15:29:03 2017 +0200 (2017-10-20)
parents 4048d48a47c1
children dcb7db73707e
line source
1 # SliTaz package receipt.
3 PACKAGE="fribidi"
4 VERSION="0.19.7"
5 CATEGORY="x-window"
6 SHORT_DESC="Implementation of the Unicode Bidirectional Algorithm"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.fribidi.org/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://fribidi.org/download/$TARBALL"
15 DEPENDS="glib pcre"
16 BUILD_DEPENDS="glib-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 copy fribidi *.so*
28 }