wok-next annotate which/receipt @ rev 19784

Build glib static libs and make static desktop-file-validate (for cookutils compressor), remake optipng & pngquant: use sbin for static binaries. Up 915resolution, Qt4-qca-ossl, R, accessx, advancecomp, aiksaurus, airpwn, amsn for auto-patching; lowercase libIDL, ORBit2 names.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 04:02:32 2017 +0300 (2017-06-19)
parents 4048d48a47c1
children 1ff723a6455b
rev   line source
slaxemulator@7340 1 # SliTaz package receipt.
slaxemulator@7340 2
slaxemulator@7340 3 PACKAGE="which"
al@19693 4 VERSION="2.21"
slaxemulator@7340 5 CATEGORY="base-system"
slaxemulator@7340 6 SHORT_DESC="A utility to show the full path of commands"
slaxemulator@7340 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15201 8 LICENSE="GPL3"
al@19693 9 WEB_SITE="https://savannah.gnu.org/projects/which/"
al@19693 10
slaxemulator@7340 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19693 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
slaxemulator@7340 13
pascal@14999 14 DEPENDS="glibc-base"
pascal@14999 15
slaxemulator@7340 16 # Rules to configure and make the package.
slaxemulator@7340 17 compile_rules()
slaxemulator@7340 18 {
al@19693 19 ./configure $CONFIGURE_ARGS && make && make install
slaxemulator@7340 20 }
slaxemulator@7340 21
slaxemulator@7340 22 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@7340 23 genpkg_rules()
slaxemulator@7340 24 {
al@19783 25 copy bin/
slaxemulator@7340 26 }