wok-6.x annotate smake/receipt @ rev 22600
updated most of the claws-mail packages (3.9.3 -> 3.17.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 08 16:17:41 2020 +0100 (2020-01-08) |
parents | 8dd8bab3f0ca |
children | 3105f866bc3e |
rev | line source |
---|---|
pascal@15296 | 1 # SliTaz package receipt. |
pascal@15296 | 2 |
pascal@15296 | 3 PACKAGE="smake" |
Hans-G?nter@21918 | 4 VERSION="1.2.5" |
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" |
Hans-G?nter@21918 | 9 WEB_SITE="https://sourceforge.net/projects/s-make/" |
Hans-G?nter@21918 | 10 |
pascal@15296 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
Hans-G?nter@21918 | 12 WGET_URL="hhtps://downloads.sourceforge.net/s-make/$TARBALL" |
pascal@15296 | 13 |
pascal@15296 | 14 DEPENDS="" |
pascal@15296 | 15 BUILD_DEPENDS="" |
pascal@15296 | 16 |
pascal@15296 | 17 # Rules to configure and make the package. |
pascal@15296 | 18 compile_rules() |
pascal@15296 | 19 { |
pascal@19294 | 20 make INS_BASE=/usr MANDIR=share/man DESTDIR=$DESTDIR install |
pascal@15296 | 21 } |
pascal@15296 | 22 |
pascal@15296 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15296 | 24 genpkg_rules() |
pascal@15296 | 25 { |
pascal@15296 | 26 mkdir -p $fs/usr |
pascal@15296 | 27 cp -a $install/usr/bin $fs/usr |
pascal@15296 | 28 } |