wok-next annotate libidn2/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents d5aab818505e
children
rev   line source
al@19833 1 # SliTaz package receipt v2.
al@19833 2
al@19833 3 PACKAGE="libidn2"
al@21137 4 VERSION="2.1.0"
al@19833 5 CATEGORY="system-tools"
al@19833 6 SHORT_DESC="Encode and decode internationalized domain names"
al@19833 7 MAINTAINER="al.bobylev@gmail.com"
al@19833 8 LICENSE="GPL3 LGPL2.1"
al@19833 9 WEB_SITE="https://www.gnu.org/software/libidn/"
al@20905 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libidn2.html"
al@19833 11
al@20659 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20659 13 WGET_URL="$GNU_MIRROR/libidn/$TARBALL"
al@21137 14 TARBALL_SHA1="dffdab4dd69ad39f6a65cebc464c2603a136f074"
al@19833 15
al@21020 16 BUILD_DEPENDS="gtk-doc gettext-dev glib-dev git libunistring-dev"
al@21020 17 SPLIT="$PACKAGE-dev"
al@19833 18
al@21137 19 COPY_std="idn2 *.so.*"
al@21137 20 COPY_dev="@dev *.so"
al@21137 21
al@21137 22 DEPENDS_std="libunistring"
al@21137 23 DEPENDS_dev="$PACKAGE libunistring-dev"
al@21137 24
al@20443 25 compile_rules() {
al@20659 26 ./configure \
al@20659 27 --disable-static \
al@20659 28 $CONFIGURE_ARGS &&
al@20577 29 fix libtool &&
al@20577 30 make &&
al@20577 31 make install
al@19833 32 }