wok view smake/receipt @ rev 21918

updated smake (1.2a49 -> 1.2.5)
author Hans-G?nter Theisgen
date Sat Oct 05 11:15:38 2019 +0100 (2019-10-05)
parents 8dd8bab3f0ca
children 3105f866bc3e
line source
1 # SliTaz package receipt.
3 PACKAGE="smake"
4 VERSION="1.2.5"
5 CATEGORY="development"
6 SHORT_DESC="Generate executables and other files from source."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 LGPL2.1 CDDL"
9 WEB_SITE="https://sourceforge.net/projects/s-make/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="hhtps://downloads.sourceforge.net/s-make/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make INS_BASE=/usr MANDIR=share/man DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }