wok-next view fribidi/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
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 }