wok-next view enca/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents 8139105f9285
children c4e53a39395a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="enca"
4 VERSION="1.19"
5 CATEGORY="x-window"
6 SHORT_DESC="Enca is an Extremely Naive Charset Analyser"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://cihar.com/software/enca/"
10 #HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://dl.cihar.com/enca/$TARBALL"
15 SPLIT="enca-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 #sed -e "s#./make_hash#./native_make_hash#" -i tools/Makefile.am || exit 1
21 ./configure \
22 --disable-static \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 case $PACKAGE in
32 enca) copy @std ;;
33 enca-dev) copy @dev ;;
34 esac
35 }