wok annotate smake/receipt @ rev 20844
created recipe for fluxcomp 1.4.4
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 21 13:50:05 2019 +0100 (2019-02-21) |
parents | a8e75e9bae6c |
children | ac1c9eae60aa |
rev | line source |
---|---|
pascal@15296 | 1 # SliTaz package receipt. |
pascal@15296 | 2 |
pascal@15296 | 3 PACKAGE="smake" |
pascal@15296 | 4 VERSION="1.2a49" |
pascal@15296 | 5 CATEGORY="development" |
pascal@15296 | 6 SHORT_DESC="Generate executables and other files from source." |
pascal@15296 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15296 | 8 LICENSE="GPL2 LGPL2.1 CDDL" |
pascal@15296 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@20672 | 10 WEB_SITE="https://sourceforge.net/projects/s-make/" |
pascal@15296 | 11 WGET_URL="ftp://ftp.berlios.de/pub/smake/alpha/$TARBALL" |
pascal@15296 | 12 |
pascal@15296 | 13 DEPENDS="" |
pascal@15296 | 14 BUILD_DEPENDS="" |
pascal@15296 | 15 |
pascal@15296 | 16 # Rules to configure and make the package. |
pascal@15296 | 17 compile_rules() |
pascal@15296 | 18 { |
pascal@19294 | 19 make INS_BASE=/usr MANDIR=share/man 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 { |
pascal@15296 | 25 mkdir -p $fs/usr |
pascal@15296 | 26 cp -a $install/usr/bin $fs/usr |
pascal@15296 | 27 } |