wok-next annotate littleutils/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents a3c581bf52b8
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@17411 2
pascal@17411 3 PACKAGE="littleutils"
pascal@17411 4 VERSION="1.0.32"
pascal@17411 5 CATEGORY="misc"
al@21020 6 SHORT_DESC="Image optimizers, archive recompressors, file property tools..."
pascal@17411 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17411 8 LICENSE="GPL3"
al@20906 9 WEB_SITE="https://sourceforge.net/projects/littleutils/"
al@20534 10
pascal@17411 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@17411 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@17411 13
al@20534 14 compile_rules() {
al@20534 15 sed -i '/stdalign/d' littleutils/*.c
pascal@17411 16
al@20534 17 ./configure $CONFIGURE_ARGS &&
pascal@17411 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@17411 20 }
pascal@17411 21
al@20534 22 genpkg_rules() {
al@20534 23 copy @std
al@20534 24 DEPENDS="bash perl"
pascal@17411 25 }