wok-next view fribidi/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents e7a485521d6a
children 29128929e4f9
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"
15 BUILD_DEPENDS="glib-dev"
16 SPLIT="$PACKAGE-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 }