wok-next annotate smake/receipt @ rev 19783
Up receipts to v2 syntax: cook_copy_files & cook_copy_folders -> copy
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jun 18 04:38:10 2017 +0300 (2017-06-18) |
parents | 18c4d15a72df |
children | d5aab818505e |
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@19783 | 25 copy bin/ |
pascal@15296 | 26 } |