wok-next annotate smake/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents f463de72afe3
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@15296 2
pascal@15296 3 PACKAGE="smake"
al@19601 4 VERSION="1.2.5"
pascal@15296 5 CATEGORY="development"
al@19601 6 SHORT_DESC="Highly portable UNIX make implementation"
pascal@15296 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15296 8 LICENSE="GPL2 LGPL2.1 CDDL"
al@19601 9 WEB_SITE="https://sourceforge.net/projects/s-make/"
al@19601 10
pascal@15296 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19601 12 WGET_URL="$SF_MIRROR/s-make/$TARBALL"
pascal@15296 13
al@19601 14 BUILD_DEPENDS="e2fsprogs-dev"
pascal@15296 15
al@21020 16 compile_rules() {
al@21020 17 make INS_BASE=/usr DESTDIR=$install install
pascal@15296 18 }
pascal@15296 19
al@21020 20 genpkg_rules() {
al@19783 21 copy bin/
pascal@15296 22 }