wok-next view fribidi/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents 835b3b8ce6ac
children e7a485521d6a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fribidi"
4 VERSION="1.0.1"
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://github.com/fribidi/fribidi/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/fribidi.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://github.com/fribidi/fribidi/releases/download/v$VERSION/$TARBALL"
15 BUILD_DEPENDS="glib-dev"
16 SPLIT="fribidi-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 fribidi) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }