wok-next annotate smake/receipt @ rev 19639

Up xcb-util-*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Feb 13 02:58:19 2017 +0200 (2017-02-13)
parents a8e75e9bae6c
children f463de72afe3
rev   line source
pascal@15296 1 # SliTaz package receipt.
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
pascal@15296 16 # Rules to configure and make the package.
pascal@15296 17 compile_rules()
pascal@15296 18 {
al@19601 19 make INS_BASE=/usr DESTDIR=$DESTDIR install
pascal@15296 20 }
pascal@15296 21
pascal@15296 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15296 23 genpkg_rules()
pascal@15296 24 {
al@19601 25 cook_copy_folders bin
pascal@15296 26 }