wok-next view smake/receipt @ rev 20361

cream, kazehakase: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 23 18:14:17 2017 +0100 (2017-11-23)
parents 18c4d15a72df
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="smake"
4 VERSION="1.2.5"
5 CATEGORY="development"
6 SHORT_DESC="Highly portable UNIX make implementation"
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="$SF_MIRROR/s-make/$TARBALL"
14 BUILD_DEPENDS="e2fsprogs-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make INS_BASE=/usr DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 copy bin/
26 }