wok-next view enca/receipt @ rev 20486

outguess: fix install path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 10:46:52 2018 +0100 (2018-03-12)
parents 9278a60d6895
children 835b3b8ce6ac
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://dl.cihar.com/enca/$TARBALL"
14 SPLIT="enca-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 #sed -e "s#./make_hash#./native_make_hash#" -i tools/Makefile.am || exit 1
20 ./configure \
21 --disable-static \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 case $PACKAGE in
31 enca) copy @std ;;
32 enca-dev) copy @dev ;;
33 esac
34 }