wok-next annotate enca/receipt @ rev 21638

updated fail2ban (0.9.0 -> 0.11.1)
author Hans-G?nter Theisgen
date Fri Jun 26 15:26:10 2020 +0100 (2020-06-26)
parents 835b3b8ce6ac
children
rev   line source
al@19741 1 # SliTaz package receipt v2.
pankso@4322 2
pankso@4322 3 PACKAGE="enca"
al@19741 4 VERSION="1.19"
pankso@4322 5 CATEGORY="x-window"
al@21020 6 SHORT_DESC="Extremely Naive Charset Analyser"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15588 8 LICENSE="GPL2"
al@19741 9 WEB_SITE="https://cihar.com/software/enca/"
pankso@4322 10
al@19741 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19741 12 WGET_URL="https://dl.cihar.com/enca/$TARBALL"
al@19741 13
al@21020 14 SPLIT="$PACKAGE-dev"
al@19741 15
al@20569 16 compile_rules() {
al@21020 17 #sed -e "s#./make_hash#./native_make_hash#" -i tools/Makefile.am || return 1
pankso@4322 18 ./configure \
al@19741 19 --disable-static \
al@19741 20 $CONFIGURE_ARGS &&
al@20569 21 fix libtool &&
pankso@4322 22 make &&
al@21020 23 make DESTDIR=$install install
pankso@4322 24 }
pankso@4322 25
al@20569 26 genpkg_rules() {
al@19741 27 case $PACKAGE in
al@20569 28 enca) copy @std;;
al@20569 29 *-dev) copy @dev;;
al@19741 30 esac
pankso@4322 31 }