wok-next diff 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
line diff
     1.1 --- a/smake/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.2 +++ b/smake/receipt	Mon Feb 13 02:58:19 2017 +0200
     1.3 @@ -1,27 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="smake"
     1.7 -VERSION="1.2a49"
     1.8 +VERSION="1.2.5"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Generate executables and other files from source."
    1.11 +SHORT_DESC="Highly portable UNIX make implementation"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2 LGPL2.1 CDDL"
    1.14 +WEB_SITE="https://sourceforge.net/projects/s-make/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://www.berlios.de/"
    1.18 -WGET_URL="ftp://ftp.berlios.de/pub/smake/alpha/$TARBALL"
    1.19 +WGET_URL="$SF_MIRROR/s-make/$TARBALL"
    1.20  
    1.21 -DEPENDS=""
    1.22 -BUILD_DEPENDS=""
    1.23 +BUILD_DEPENDS="e2fsprogs-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	make INS_BASE=/usr MANDIR=share/man DESTDIR=$DESTDIR install
    1.29 +	make INS_BASE=/usr DESTDIR=$DESTDIR install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	mkdir -p $fs/usr
    1.36 -	cp -a $install/usr/bin $fs/usr
    1.37 +	cook_copy_folders bin
    1.38  }