wok-next annotate fribidi/receipt @ rev 21345
updated drbd-utils (9.11.0 -> 9.12.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 09 13:26:29 2020 +0100 (2020-04-09) |
parents | d5aab818505e |
children | 1373ba88de7e |
rev | line source |
---|---|
al@20385 | 1 # SliTaz package receipt v2. |
pankso@31 | 2 |
pankso@31 | 3 PACKAGE="fribidi" |
al@20905 | 4 VERSION="1.0.5" |
pankso@211 | 5 CATEGORY="x-window" |
al@19693 | 6 SHORT_DESC="Implementation of the Unicode Bidirectional Algorithm" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
al@20629 | 9 WEB_SITE="https://github.com/fribidi/fribidi/" |
al@20905 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/fribidi.html" |
pankso@31 | 11 |
al@19693 | 12 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@20629 | 13 WGET_URL="https://github.com/fribidi/fribidi/releases/download/v$VERSION/$TARBALL" |
al@21143 | 14 TARBALL_SHA1="39d2bcb3ef93365222e7cdaf648cd167785ec3bf" |
al@19693 | 15 |
al@19693 | 16 BUILD_DEPENDS="glib-dev" |
al@21020 | 17 SPLIT="$PACKAGE-dev" |
pascal@14996 | 18 |
al@21143 | 19 COPY_std="fribidi *.so.*" |
al@21143 | 20 COPY_dev="@dev *.so" |
al@21143 | 21 |
al@20385 | 22 compile_rules() { |
al@20569 | 23 ./configure $CONFIGURE_ARGS && |
al@20569 | 24 fix libtool && |
al@20569 | 25 make && |
al@20569 | 26 make install |
pankso@31 | 27 } |