wok-next view libhx/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents b9a5d02f5901
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libhx"
4 VERSION="3.21"
5 CATEGORY="development"
6 SHORT_DESC="Data structures and functions for scripting languages"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL3 LGPL2.1"
9 WEB_SITE="http://libhx.sourceforge.net/"
11 TARBALL="libHX-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="coreutils-file-special"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 libhx)
27 copy @std
28 DEPENDS="coreutils-file-special"
29 ;;
30 *-dev)
31 copy @dev
32 ;;
33 esac
34 }