wok-next annotate libguess/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 5771cee9ebb6
children
rev   line source
al@21034 1 # SliTaz package receipt v2.
al@16309 2
al@16309 3 PACKAGE="libguess"
al@21034 4 VERSION="1.2"
al@21034 5 CATEGORY="utilities"
al@21034 6 SHORT_DESC="High-speed character set detection"
al@16309 7 MAINTAINER="al.bobylev@gmail.com"
al@21034 8 LICENSE="ISC"
pascal@21181 9 WEB_SITE="https://atheme.org/projects/libguess.html"
al@21020 10
al@16309 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21034 12 WGET_URL="http://rabbit.dereferenced.org/~nenolod/distfiles/$TARBALL"
al@16309 13
al@21034 14 SPLIT="$PACKAGE-dev"
al@16309 15
al@21020 16 compile_rules() {
al@21034 17 ./configure $CONFIGURE_ARGS &&
al@21034 18 make &&
al@21034 19 make DESTDIR=$install install || return 1 # keep DESTDIR
al@21034 20
al@21034 21 cook_pick_docs README
al@16309 22 }
al@16309 23
al@21020 24 genpkg_rules() {
al@21034 25 case $PACKAGE in
al@21034 26 libguess) copy @std;;
al@21034 27 *-dev) copy @dev;;
al@21034 28 esac
al@16309 29 }